diff options
author | David Robillard <d@drobilla.net> | 2022-03-01 17:26:35 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-20 19:47:29 -0400 |
commit | 5f7f71a06ee3da643d6a596478f43430125c2077 (patch) | |
tree | 625473256fa11e22d6fd1d0d9dc3a37c819cc9a9 /emacs/.emacs.d | |
parent | 31e1836781b8e1d167035e7fd3562d76b63b69ae (diff) | |
download | dotfiles-5f7f71a06ee3da643d6a596478f43430125c2077.tar.gz dotfiles-5f7f71a06ee3da643d6a596478f43430125c2077.tar.bz2 dotfiles-5f7f71a06ee3da643d6a596478f43430125c2077.zip |
Set default browser to Firefox
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 20b7522..0a1fc2d 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -181,6 +181,7 @@ '(auto-revert-interval 1) '(backup-by-copying t) '(backup-directory-alist `((".*" \, temporary-file-directory))) + '(browse-url-browser-function 'browse-url-firefox) '(browse-url-firefox-new-window-is-tab t) '(browse-url-generic-program "firefox") '(column-number-mode t) |