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
|
||||
:commands ivy-mode
|
||||
:init (add-hook 'doom-init-hook #'ivy-mode)
|
||||
:demand t
|
||||
:init
|
||||
(add-hook 'doom-post-init-hook #'ivy-mode)
|
||||
:config
|
||||
(setq ivy-height 12
|
||||
ivy-do-completion-in-region nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue