From dad130ab093367733273e59444be8e076213592e Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Wed, 5 Nov 2014 14:49:05 +0000 Subject: open URLs like my urxvt does --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 4f8ac87..c093045 100755 --- a/init.el +++ b/init.el @@ -251,3 +251,5 @@ ; change dictionary with a single key (global-set-key [XF86Launch5] (lambda () (interactive) (ispell-change-dictionary "italiano"))) (global-set-key [XF86MenuKB] (lambda () (interactive) (ispell-change-dictionary "en_GB"))) + +(global-set-key [(meta control return)] 'browse-url-at-point) -- cgit v1.2.3