Move browse-url configuration to emacs-config

This commit is contained in:
Tom Willemse 2019-03-04 01:22:46 -08:00
parent 64916eb378
commit a51dd807ae

View file

@ -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))