From 373e84c3978cdac0b3b9f0ecc2c28e1893417e60 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 2 Nov 2018 19:54:59 +0100 Subject: [PATCH] =?UTF-8?q?[Helm]=20Add=20keybinding=20for=20=E2=80=98helm?= =?UTF-8?q?-pages=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 4ab9150..d20c5e1 100644 --- a/init.el +++ b/init.el @@ -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