From 6ace355721c76ca3dc91819079809178a5b75822 Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 19 Dec 2024 01:36:13 -0500 Subject: Color active modeline more, add more modeline utilities --- .config/emacs/modules/bd--browse.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/emacs/modules/bd--browse.el') 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 () -- cgit v1.2.3