diff --git a/init.el b/init.el index bc5a23f..e142dc4 100644 --- a/init.el +++ b/init.el @@ -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)