From 142d8a8ab36f77de91992e255d18ce37087795c9 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 28 Jan 2021 12:47:18 -0600 Subject: Change keybindings to actually work The ... key? ... isn't picked up for whatever reason. --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.org') diff --git a/config.org b/config.org index 9a20ec5..6bf88bb 100644 --- a/config.org +++ b/config.org @@ -806,7 +806,8 @@ default completion system. These all come from the [[https://github.com/minad/c (define-key acdw/map (kbd "M-s u") #'consult-focus-lines) ;; Other bindings (define-key acdw/map (kbd "M-y") #'consult-yank-pop) - (define-key acdw/map (kbd " a") #'consult-apropos)) + (define-key acdw/map (kbd " a") #'consult-apropos) + (define-key acdw/map (kbd "C-h a") #'consult-apropos)) #+end_src #+begin_src emacs-lisp :noweb-ref settings -- cgit 1.4.1-21-gabe81