Revert deferred ivy-mode
This commit is contained in:
parent
126beba8dc
commit
9e13ce0536
1 changed files with 3 additions and 2 deletions
|
@ -25,8 +25,9 @@ session)."
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(def-package! ivy
|
(def-package! ivy
|
||||||
:commands ivy-mode
|
:demand t
|
||||||
:init (add-hook 'doom-init-hook #'ivy-mode)
|
:init
|
||||||
|
(add-hook 'doom-post-init-hook #'ivy-mode)
|
||||||
:config
|
:config
|
||||||
(setq ivy-height 12
|
(setq ivy-height 12
|
||||||
ivy-do-completion-in-region nil
|
ivy-do-completion-in-region nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue