diff options
author | bd <bdunahu@operationnull.com> | 2024-12-19 01:36:13 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-12-19 01:36:13 -0500 |
commit | 6ace355721c76ca3dc91819079809178a5b75822 (patch) | |
tree | 036054eca1a170f1adeab4f978bebeaa2f60e1bb /.config/emacs/modules/bd--browse.el | |
parent | ef5051ce34fd2639a85dd1532651109adcd00476 (diff) |
Color active modeline more, add more modeline utilities
Diffstat (limited to '.config/emacs/modules/bd--browse.el')
-rw-r--r-- | .config/emacs/modules/bd--browse.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/emacs/modules/bd--browse.el b/.config/emacs/modules/bd--browse.el index cd255cc..5e9cb13 100644 --- a/.config/emacs/modules/bd--browse.el +++ b/.config/emacs/modules/bd--browse.el @@ -14,8 +14,7 @@ icecat, or eww." (pcase pref (0 (eww url)) (1 (start-process "torbrowser" nil "torbrowser" "--new-window" url)) - (2 (start-process "icecat" nil "icecat" "--new-window" url)) - (_ (start-process "librewolf" nil "librewolf" "--new-window" url)))) + (_ (start-process "icecat" nil "icecat" "--new-window" url)))) (setopt browse-url-browser-function 'bd/browse) (defun bd/selector-bookmarks () |