diff options
author | Thanos Apollo <[email protected]> | 2023-09-26 15:19:20 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-26 15:19:20 +0300 |
commit | 3c719a5794ec5df92437d21ae4f9019a648d049e (patch) | |
tree | 31567f6c4a4cc36fb226d4b845baa23e0b6c942a /.emacs.d | |
parent | 6f245e727fcd7d68877859c5de332eec894fab44 (diff) |
[emacs] set nyxt as default browser
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index de51c25..2c3d425 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -8,7 +8,7 @@ (defvar is-phone (equal (system-name) "localhost")) (setf browse-url-browser-function 'browse-url-generic - browse-url-generic-program "firefox") + browse-url-generic-program "nyxt") (setf backup-directory-alist '((".*" . "~/.Trash"))) |