diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-08T15·51+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-08T15·51+0200 |
commit | 51fdc2a29511b9c60cbee0f4026bf9e279eb69e3 (patch) | |
tree | 072ed44be248a2163fd5d96bac64846d4c939710 | |
parent | 9961463ad7f5cec06447c3b193d50122b12c54d3 (diff) |
emacs: Fixed browser setting (by removing it!)
-rw-r--r-- | emacs.d/init-settings.el | 2 |
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) |