diff --git a/README.org b/README.org index abdf528..ce44b6f 100644 --- a/README.org +++ b/README.org @@ -649,8 +649,8 @@ Create a keybinding to open the mail dashboard with =SPC m=. Launch a browser with =SPC b=. #+begin_src emacs-lisp -(dotfiles/leader - "b" '(dotfiles/run-in-background dotfiles/browser :which-key "Browser")) +;; (dotfiles/leader +;; "b" '(dotfiles/run-in-background dotfiles/browser :which-key "Browser")) #+end_src *** Startup diff --git a/modules/desktop.el b/modules/desktop.el index e24af15..8a94e33 100644 --- a/modules/desktop.el +++ b/modules/desktop.el @@ -36,8 +36,8 @@ (dotfiles/leader "m" '(mu4e :which-key "Mail")) -(dotfiles/leader - "b" '(dotfiles/run-in-background dotfiles/browser :which-key "Browser")) +;; (dotfiles/leader +;; "b" '(dotfiles/run-in-background dotfiles/browser :which-key "Browser")) (defun dotfiles/run (command) "Run an external process."