summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 3a4b1ef8..2e9480cf 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2056,7 +2056,7 @@ Ensures the kill ring entry always ends with a newline."
;;(add-hook 'electric-indent-functions 'electric-indent-ignore-python)
;; browser
-(setq browse-url-generic-program "iceweasel"
+(setq browse-url-generic-program "firefox"
browse-url-browser-function 'browse-url-generic)
;; clipboard & primary selection: see https://www.gnu.org/software/emacs/manual/html_node/emacs/Clipboard.html
@@ -2247,7 +2247,7 @@ superflous blank quoted lines."
(setq TeX-output-view-style
(quote
(("^pdf$" "." "evince %o")
- ("^html?$" "." "iceweasel %o"))))
+ ("^html?$" "." "firefox %o"))))
;;; fixes for exporting from Org-mode