mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Actually fix #2397
Added the setq to the wrong (when (featurep!)) initially.
This commit is contained in:
@ -67,13 +67,13 @@ 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
|
||||||
(when (featurep! +childframe)
|
(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))
|
(setq helm-display-function #'+helm-posframe-display-fn))
|
||||||
|
|
||||||
(let ((fuzzy (featurep! +fuzzy)))
|
(let ((fuzzy (featurep! +fuzzy)))
|
||||||
|
Reference in New Issue
Block a user