From 73ad5ddc83939e0606b818147f9a355c57db76a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20M=C3=B8ller?= Date: Wed, 22 Jan 2020 12:06:02 +0100 Subject: [PATCH] Fixes #2397 --- modules/completion/helm/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index f92e982d6..9d744dd27 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -67,6 +67,9 @@ 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