mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Major refactor: use-package-always-defer = nil & use :hook
Possibly breaking change: packages are no longer deferred by default. Addresses #286
This commit is contained in:
@ -24,7 +24,6 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||
;;
|
||||
|
||||
(def-package! ivy
|
||||
:demand t
|
||||
:init
|
||||
(add-hook 'doom-post-init-hook #'ivy-mode)
|
||||
:config
|
||||
@ -83,7 +82,7 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||
|
||||
|
||||
(def-package! counsel
|
||||
:after ivy
|
||||
:requires ivy
|
||||
:config
|
||||
(require 'counsel-projectile)
|
||||
(setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)")
|
||||
|
Reference in New Issue
Block a user