From 10bf56dc237e5ffae3e2bbddfe1024ae53209457 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 3 Nov 2018 08:40:35 +0100 Subject: [PATCH] =?UTF-8?q?[Helm]=20Refactor=20binding=20of=20=E2=80=98hel?= =?UTF-8?q?m-emms=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 6d9d32a..eb4d0a6 100644 --- a/init.el +++ b/init.el @@ -230,8 +230,7 @@ (bind-key "C-S-s" #'counsel-grep-or-swiper)) (when (package-installed-p 'helm) - (bind-key "M-y" #'helm-show-kill-ring) - (bind-key "#" #'helm-emms helm-command-map)) + (bind-key "M-y" #'helm-show-kill-ring)) (when (package-installed-p 'crux) (bind-key [remap kill-whole-line] #'crux-kill-whole-line) @@ -983,6 +982,7 @@ are assumed to be of the form *.crt." :commands (helm-show-kill-ring helm-org-agenda-files-headings) :diminish helm-mode + :bind (:map helm-command-map ("#" . helm-emms)) :init (setq helm-input-idle-delay 0.0 helm-buffers-fuzzy-matching t helm-mode-fuzzy-match t