mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Load in helm-config to get a global helm-prefix key
This commit is contained in:
@@ -70,6 +70,11 @@
|
||||
|
||||
(advice-add 'helm :before 'siren-helm--hide-neotree))
|
||||
|
||||
(use-package helm-config
|
||||
:ensure helm
|
||||
:init
|
||||
(setq helm-command-prefix-key "C-c h"))
|
||||
|
||||
(use-package helm-descbinds
|
||||
:defer t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user