Revert deferred ivy-mode

This commit is contained in:
Henrik Lissner 2017-09-04 02:38:29 +02:00
parent 126beba8dc
commit 9e13ce0536
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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