From 508b587d8457db53448b0807535096bdc9fe1473 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 20 Dec 2019 20:25:28 +0100 Subject: [PATCH] Don't set helm's prefix key via setq Use customize for this. --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index e98af9e..fd157d8 100644 --- a/init.el +++ b/init.el @@ -1927,8 +1927,7 @@ With given ARG, display files in `db/important-document-path’." :bind (:map helm-command-map ("#" . helm-emms) ("P" . helm-pages)) - :init (setq helm-command-prefix-key "C-c h" - helm-input-idle-delay 0.0 + :init (setq helm-input-idle-delay 0.0 helm-buffers-fuzzy-matching t helm-mode-fuzzy-match t helm-autoresize-min-height 20