From 37e88d0f989cccfc6fbf9e04ab4971b8cb4ea468 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 21 Oct 2022 20:11:48 +0100 Subject: [PATCH] Change affe search map bindings --- .emacs.d/lisp/init-search.el | 4 ++-- 1 file 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)