diff --git a/modules/config/default/+emacs-bindings.el b/modules/config/default/+emacs-bindings.el index af8238d33..22b41506f 100644 --- a/modules/config/default/+emacs-bindings.el +++ b/modules/config/default/+emacs-bindings.el @@ -303,10 +303,6 @@ :desc "Search project" "s" #'+default/search-project :desc "Open project scratch buffer" "x" #'doom/open-project-scratch-buffer :desc "Switch to project scratch buffer" "X" #'doom/switch-to-project-scratch-buffer - (:when (and (modulep! :tools taskrunner) - (or (modulep! :completion ivy) - (modulep! :completion helm))) - :desc "List project tasks" "z" #'+taskrunner/project-tasks) ;; later expanded by projectile (:prefix ("4" . "in other window")) (:prefix ("5" . "in other frame"))) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 0b0d33fff..b1fe4997e 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -785,11 +785,7 @@ :desc "Save project files" "s" #'projectile-save-project-buffers :desc "Test project" "T" #'projectile-test-project :desc "Pop up scratch buffer" "x" #'doom/open-project-scratch-buffer - :desc "Switch to scratch buffer" "X" #'doom/switch-to-project-scratch-buffer - (:when (and (modulep! :tools taskrunner) - (or (modulep! :completion ivy) - (modulep! :completion helm))) - :desc "List project tasks" "z" #'+taskrunner/project-tasks)) + :desc "Switch to scratch buffer" "X" #'doom/switch-to-project-scratch-buffer) ;;; q --- quit/session (:prefix-map ("q" . "quit/session")