Set default key binding for helm

This commit is contained in:
Daniel - 2020-08-13 16:16:51 +02:00
parent 8ae7d9d7f8
commit 83f8496ca6
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -1893,7 +1893,8 @@ With given ARG, display files in `db/important-document-path."
:bind (:map helm-command-map
("#" . db/play-radio-stations)
("P" . helm-pages))
:init (setq helm-input-idle-delay 0.0
:init (setq helm-command-prefix-key "C-c h"
helm-input-idle-delay 0.0
helm-buffers-fuzzy-matching t
helm-mode-fuzzy-match t
helm-autoresize-min-height 20