about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-21 20:11:48 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-21 20:11:48 +0100
commit37e88d0f989cccfc6fbf9e04ab4971b8cb4ea468 (patch)
tree2551e6f852328e2d7f91f21d9bed48c1bdd77299
parent78ec83c7605e486475d5e0b38380b102d469cc36 (diff)
downloaddotfiles-37e88d0f989cccfc6fbf9e04ab4971b8cb4ea468.tar.gz
Change affe search map bindings
-rw-r--r--.emacs.d/lisp/init-search.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-search.el b/.emacs.d/lisp/init-search.el
index 8e89f31..e4a2c7f 100644
--- a/.emacs.d/lisp/init-search.el
+++ b/.emacs.d/lisp/init-search.el
@@ -80,8 +80,8 @@
     (affe-find dir initial))
   (define-key search-map "#" 'affe-grep)
   (define-key search-map "~" 'my/affe-grep-symbol-at-point)
-  (define-key search-map "M-z" 'affe-find)
-  (define-key search-map "M-Z" 'my/affe-find-symbol-at-point)
+  (define-key search-map "a" 'affe-find)
+  (define-key search-map "A" 'my/affe-find-symbol-at-point)
   :bind
   ("C-#" . affe-grep)
   ("C-c z" . affe-find)