diff options
author | Thanos Apollo <[email protected]> | 2023-04-13 06:49:44 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-04-13 06:49:44 +0300 |
commit | cfdc7b6bd31f384d3720869b1333be5c26e20e5c (patch) | |
tree | a23fdab81bdb5833482da287545041ffdbfb8bd8 /.emacs.d/init.el | |
parent | a0900d46630f5d9c891d1f68491c5a784063c6ec (diff) |
emacs: Set default browser as mullvad
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 3 |
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 |