[Helm] Add keybinding for ‘helm-pages’

This commit is contained in:
Daniel - 2018-11-02 19:54:59 +01:00
parent 06c427aba3
commit 373e84c397
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 1 deletions

View File

@ -1016,7 +1016,9 @@ are assumed to be of the form *.crt."
:config (setq dumb-jump-selector 'helm))
(use-package helm-pages
:commands (helm-pages))
:commands (helm-pages)
:config (with-eval-after-load 'helm-mode
(bind-key "P" #'helm-pages helm-command-prefix)))
;; * Media