Actually fix #2397

Added the setq to the wrong (when (featurep!)) initially.
This commit is contained in:
Jonas Møller 2020-01-22 12:19:56 +01:00
parent dc8ad7896a
commit f6dc8d0202

View file

@ -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)))