about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)