summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs6
1 files changed, 4 insertions, 2 deletions
diff --git a/.emacs b/.emacs
index cac63f7..9b8ef7a 100644
--- a/.emacs
+++ b/.emacs
@@ -45,6 +45,9 @@
(load "folding" 'nomessage 'noerror)
(folding-mode-add-find-file-hook)
+(setq browse-url-generic-program (executable-find "v-www-browser")
+ browse-url-browser-function 'browse-url-generic)
+
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
@@ -61,5 +64,4 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(default ((t (:inherit default :height 80))))
-)
+ '(default ((t (:inherit default :height 80)))))