From 154702778896f2d8f0d6fcb72da41e4753a7061f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 1 Aug 2015 00:28:06 -0400 Subject: Bind helm-apropos to "C-h a" --- lisp/init-helm.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp') diff --git a/lisp/init-helm.el b/lisp/init-helm.el index a5ab183..e49ae9c 100644 --- a/lisp/init-helm.el +++ b/lisp/init-helm.el @@ -35,6 +35,8 @@ (define-key search-map "k" 'helm-swoop) +(global-set-key (kbd "C-h a") 'helm-apropos) + (helm-mode 1) (provide 'init-helm) -- cgit v1.2.3