This commit is contained in:
Jonas Møller 2020-01-22 12:06:02 +01:00
parent 8a01ef9082
commit 73ad5ddc83

View file

@ -67,6 +67,9 @@ be negative.")
helm-ff-lynx-style-map nil) helm-ff-lynx-style-map nil)
(when (featurep! :editor evil +everywhere) (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)) (setq helm-default-prompt-display-function #'+helm--set-prompt-display))
:init :init