[Helm] Use ‘use-package’ to load ‘helm-config’

This commit is contained in:
Daniel - 2018-01-28 11:24:59 +01:00
parent 91e9cc000b
commit c5f2f387b1
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 4 deletions

View File

@ -878,13 +878,12 @@ are assumed to be of the form *.crt."
(use-package hippie-exp
:commands (hippie-expand))
(use-package helm-config
:config (unbind-key helm-command-prefix-key))
(use-package helm
:commands (helm-show-kill-ring)
:diminish helm-mode
:init (progn
(eval-when-compile
(require 'helm-config)) ; autoloads and keybindings
(unbind-key helm-command-prefix-key))
:config (progn
(eval-when-compile
(require 'helm-mode)