-ivy from eager loading in init.el

This is because ivy loads after init anyway.
This commit is contained in:
2020-08-14 23:41:12 +01:00
parent 6bc4d5e271
commit d3ce3f83a4

View File

@@ -55,8 +55,8 @@
(when (daemonp) (when (daemonp)
(require 'org) (require 'org)
(require 'notmuch) (require 'notmuch)
(require 'eglot) (require 'eglot))
(require 'ivy))
;; Programming ;; Programming
(custom-set-variables (custom-set-variables