diff options
-rw-r--r-- | lisp/init-helm.el | 2 |
1 files changed, 2 insertions, 0 deletions
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) |