Browse Source

Disable keybinding BUG

main
parent
commit
d37db2a810
  1. 4
      README.org
  2. 4
      modules/desktop.el

4
README.org

@ -649,8 +649,8 @@ Create a keybinding to open the mail dashboard with =SPC m=.
Launch a browser with =SPC b=. Launch a browser with =SPC b=.
#+begin_src emacs-lisp #+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 #+end_src
*** Startup *** Startup

4
modules/desktop.el

@ -36,8 +36,8 @@
(dotfiles/leader (dotfiles/leader
"m" '(mu4e :which-key "Mail")) "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) (defun dotfiles/run (command)
"Run an external process." "Run an external process."

Loading…
Cancel
Save