refactor(default): remove defunct taskrunner keybinds

The taskrunner module was removed in 27539e2.

Amend: 27539e225e
This commit is contained in:
Henrik Lissner
2025-09-17 16:18:50 -04:00
parent 6365309164
commit 4159a4f7da
2 changed files with 1 additions and 9 deletions

View File

@@ -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)
;;; <leader> q --- quit/session
(:prefix-map ("q" . "quit/session")