@ -645,6 +645,12 @@ Create a keybinding to open the mail dashboard with =SPC m=.
*** Browser
Write out the ~$BROWSER~ environment variable.
#+begin_src emacs-lisp
(setenv "BROWSER" dotfiles/browser)
#+end_src
Launch a browser with =SPC b=.
@ -36,6 +36,8 @@
(dotfiles/leader
"m" '(mu4e :which-key "Mail"))
;; (dotfiles/leader
;; "b" '(dotfiles/run-in-background dotfiles/browser :which-key "Browser"))