Created
February 21, 2013 11:15
-
-
Save danlamanna/5004017 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 to conkeror if it exists, otherwise try chromium | |
(if (file-exists-p "/usr/bin/conkeror") | |
(setq browse-url-browser-function 'browse-url-generic browse-url-generic-program "/usr/bin/conkeror") | |
(if (fboundp 'browse-url-chromium) | |
(custom-set-variables | |
'(browse-url-browser-function 'browse-url-chromium)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment