From d37db2a810900823f27a20663aeef661347f2652 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 4 Feb 2021 20:21:10 -0500 Subject: [PATCH] Disable keybinding BUG --- README.org | 4 ++-- modules/desktop.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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."