Created
January 31, 2012 18:39
-
-
Save fracek/1712103 to your computer and use it in GitHub Desktop.
Open url from emacs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Set the default browser command | |
(setq browse-url-browser-function 'browse-url-generic | |
browse-url-generic-program "open") | |
;; Set a keybind | |
(global-set-key (kbd "C-c C-o") 'browse-url) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment