summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index fdf738e..dd438a2 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -166,6 +166,7 @@
'(backup-by-copying t)
'(backup-directory-alist (\` ((".*" \, temporary-file-directory))))
'(browse-url-firefox-new-window-is-tab t)
+ '(browse-url-generic-program "firefox")
'(column-number-mode t)
'(compilation-scroll-output t)
'(cursor-in-non-selected-windows (quote hollow))