From 2e6000b26534fed0464670c3b32cfed3fd5478ba Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:19:39 -0400 Subject: Set default browser to `firefox-bin` --- init.el | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 9b3a7dc..aef5b71 100644 --- a/init.el +++ b/init.el @@ -1404,6 +1404,23 @@ +;; --------------------------------------------------------------------- +;;; Applications +;; --------------------------------------------------------------------- + +;; --------------------------------- +;; Web Browsers +;; ------------ +;; Gotta be able to browse the web +;; --------------------------------- + +;; Default Browser +(setq browse-url-firefox-program "firefox-bin") +(setq browse-url-browser-function 'browse-url-firefox) + + + + ;; --------------------------------------------------------------------- ;;; Keybinds ;; --------- -- cgit v1.2.3