diff --git a/.emacs.d/main.el b/.emacs.d/main.el index 1cef3136..7b84bb3f 100644 --- a/.emacs.d/main.el +++ b/.emacs.d/main.el @@ -119,6 +119,7 @@ (let ((b (getenv "BROWSER"))) (if b b "w3m" ))) browse-url-browser-function 'browse-url-generic) +(define-key my-keys-minor-mode-map (kbd "C-M-u") 'browse-url) ;; Default ispell dictionnay ;; (setq ispell-dictionary "fr")