about summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-07-08T15·51+0200
committerVincent Ambo <vincent@spotify.com>2013-07-08T15·51+0200
commit51fdc2a29511b9c60cbee0f4026bf9e279eb69e3 (patch)
tree072ed44be248a2163fd5d96bac64846d4c939710 /emacs.d
parent9961463ad7f5cec06447c3b193d50122b12c54d3 (diff)
emacs: Fixed browser setting (by removing it!)
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init-settings.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs.d/init-settings.el b/emacs.d/init-settings.el
index 281abbd85a26..201f8465ebf9 100644
--- a/emacs.d/init-settings.el
+++ b/emacs.d/init-settings.el
@@ -109,8 +109,6 @@ comment as a filename."
 
 ;; ## Mac specific settings ##
 
-(setq browse-url-browser-function 'browse-default-macosx-browser)
-
 ;; Enable mouse support on OS X
 (unless window-system
   (require 'mouse)