Skip to content

Instantly share code, notes, and snippets.

@danlamanna
Created February 21, 2013 11:15
Show Gist options
  • Save danlamanna/5004017 to your computer and use it in GitHub Desktop.
Save danlamanna/5004017 to your computer and use it in GitHub Desktop.
;; 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