diff options
author | Thanos Apollo <[email protected]> | 2024-01-31 04:05:31 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-31 04:05:31 +0200 |
commit | 7d4a6dd8ef0181ca0cbe49d7b6177d926f8920e4 (patch) | |
tree | ca180d15014a90a1ba217f5bbc51763f3576f60d | |
parent | 468c25177cd927e66f5946d9a699351bce351695 (diff) |
emacs: Set default browser to nyxt
-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 e7ec48d..3545b2b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -39,7 +39,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" backup-directory-alist '((".*" . "~/.Trash")) sentence-end-double-space nil default-input-method "greek") |