[Helm] Add keybinding for ‘helm-pages’
This commit is contained in:
parent
06c427aba3
commit
373e84c397
4
init.el
4
init.el
@ -1016,7 +1016,9 @@ are assumed to be of the form *.crt."
|
|||||||
:config (setq dumb-jump-selector 'helm))
|
:config (setq dumb-jump-selector 'helm))
|
||||||
|
|
||||||
(use-package helm-pages
|
(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
|
;; * Media
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user