Browse Source

Set $BROWSER

main
parent
commit
63ded486a3
  1. 6
      README.org
  2. 2
      modules/desktop.el

6
README.org

@ -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=.
#+begin_src emacs-lisp

2
modules/desktop.el

@ -36,6 +36,8 @@
(dotfiles/leader
"m" '(mu4e :which-key "Mail"))
(setenv "BROWSER" dotfiles/browser)
;; (dotfiles/leader
;; "b" '(dotfiles/run-in-background dotfiles/browser :which-key "Browser"))

Loading…
Cancel
Save