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>2022-10-21 16:54:28 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-21 16:54:28 +0100
commita3d03d956ab84f6835bd62bdc8810b389e0aa97e (patch)
treed20ee11922cbc3d4f0bd18b4e2e641e4d30897e8 /.emacs.d/lisp/init-search.el
parent988e427843a1fe7cd55ee33c6ea7738f04a2ecd6 (diff)
downloaddotfiles-a3d03d956ab84f6835bd62bdc8810b389e0aa97e.tar.gz
Try out various packages
Diffstat (limited to '.emacs.d/lisp/init-search.el')
-rw-r--r--.emacs.d/lisp/init-search.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-search.el b/.emacs.d/lisp/init-search.el
index 76f899f..8e89f31 100644
--- a/.emacs.d/lisp/init-search.el
+++ b/.emacs.d/lisp/init-search.el
@@ -55,7 +55,7 @@
   (define-key search-map "d" 'deadgrep)
   (define-key search-map "D" 'deadgrep-symbol-at-point)
   :bind
-  ("C-," . deadgrep-symbol-at-point)
+  ("C-S-z" . deadgrep-symbol-at-point)
   ("C-c c d" . deadgrep))
 
 (use-package affe