about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-search.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-06-20 13:31:00 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-06-20 13:31:00 +0100
commit351db762b3f1c24588f02f8e9e084166a4ba021b (patch)
treeb6d64ced0287ee391e4767767cf930063e407ec5 /.emacs.d/lisp/init-search.el
parentb875074a32fba5bbf19bfbe61fb9e4d06faf44a5 (diff)
downloaddotfiles-351db762b3f1c24588f02f8e9e084166a4ba021b.tar.gz
Add binding to turn on deadgrep-edit-mode
Diffstat (limited to '.emacs.d/lisp/init-search.el')
-rw-r--r--.emacs.d/lisp/init-search.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-search.el b/.emacs.d/lisp/init-search.el
index cdb8d4d..4b009df 100644
--- a/.emacs.d/lisp/init-search.el
+++ b/.emacs.d/lisp/init-search.el
@@ -174,6 +174,8 @@
   ("C-c c M-d" . deadgrep-all)
   ("C-S-z" . deadgrep-symbol-at-point)
   ("C-c c C-d" . deadgrep-current-directory)
+  (:map deadgrep-mode-map
+        ("e" . deadgrep-edit-mode))
   (:map search-map
         ("d" . deadgrep)
         ("M-d" . deadgrep-all)