summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-04-13 06:49:44 +0300
committerThanos Apollo <[email protected]>2023-04-13 06:49:44 +0300
commitcfdc7b6bd31f384d3720869b1333be5c26e20e5c (patch)
treea23fdab81bdb5833482da287545041ffdbfb8bd8 /.emacs.d
parenta0900d46630f5d9c891d1f68491c5a784063c6ec (diff)
emacs: Set default browser as mullvad
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index c3704fa..cbb05a8 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1,6 +1,9 @@
(defvar is-zeus (equal (system-name) "zeus"))
(defvar is-hephaestus (equal (system-name) "hephaestus"))
+(setq browse-url-browser-function 'browse-url-generic
+ browse-url-generic-program "mullvad-browser")
+
;; When guix t, load emacs packages
(when (or is-zeus
is-hephaestus