aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-04 01:22:46 -0800
committerGravatar Tom Willemse2019-03-04 01:22:46 -0800
commita51dd807ae9558bcce090180c8e674e7478020df (patch)
treee31ee25e2ce0231f88b256d0902d4fac2875fc9c /emacs
parent64916eb378326eeeb6e4d2bf6c8d5ebd18439185 (diff)
downloadnew-dotfiles-a51dd807ae9558bcce090180c8e674e7478020df.tar.gz
new-dotfiles-a51dd807ae9558bcce090180c8e674e7478020df.zip
Move browse-url configuration to emacs-config
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 9ab16c1..e425a29 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -53,11 +53,6 @@
(global-unset-key (kbd "C-z"))
-(eval-when-compile (require 'browse-url))
-
-(with-eval-after-load 'browse-url
- (setq browse-url-browser-function 'browse-url-firefox))
-
(with-eval-after-load 'paredit
(diminish 'paredit-mode))