From f6dc8d02022f2e606219f5f8b31f91c07e939c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20M=C3=B8ller?= Date: Wed, 22 Jan 2020 12:19:56 +0100 Subject: [PATCH] Actually fix #2397 Added the setq to the wrong (when (featurep!)) initially. --- modules/completion/helm/config.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index 9d744dd27..60d238d80 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -67,13 +67,13 @@ be negative.") helm-ff-lynx-style-map nil) (when (featurep! :editor evil +everywhere) - ;; If this is set to 'iconify-top-level then Emacs will be minimized upon - ;; helm completion. - (setq iconify-child-frame 'make-invisible) (setq helm-default-prompt-display-function #'+helm--set-prompt-display)) :init (when (featurep! +childframe) + ;; If this is set to 'iconify-top-level then Emacs will be minimized upon + ;; helm completion. + (setq iconify-child-frame 'make-invisible) (setq helm-display-function #'+helm-posframe-display-fn)) (let ((fuzzy (featurep! +fuzzy)))