aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/config.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index d966f54..a17876f 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -1488,6 +1488,12 @@ thing faster and within Emacs lisp. ~rgrep~ is useful though.
:general
(search-leader
"r" #'rg)
+ (:keymaps 'project-prefix-map
+ "t" (proc (interactive)
+ (rg "TODO" "*"
+ (if (project-current)
+ (project-root (project-current))
+ default-directory))))
(nmmap
:keymaps 'rg-mode-map
"c" #'rg-recompile