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)