From c5f2f387b10009c48646f855be4e7f93f9cb7af5 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 28 Jan 2018 11:24:59 +0100 Subject: [PATCH] =?UTF-8?q?[Helm]=20Use=20=E2=80=98use-package=E2=80=99=20?= =?UTF-8?q?to=20load=20=E2=80=98helm-config=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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)