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:
parent
2cbd1b9107
commit
9d81bc5a8b
45 changed files with 90 additions and 151 deletions
|
@ -12,6 +12,7 @@
|
|||
;;
|
||||
|
||||
(def-package! password-store
|
||||
:defer t
|
||||
:config
|
||||
(setq password-store-password-length 12))
|
||||
|
||||
|
@ -38,5 +39,4 @@
|
|||
(if (require 'auth-store-pass nil t)
|
||||
(auth-source-pass-enable)
|
||||
(def-package! auth-password-store
|
||||
:demand t
|
||||
:config (auth-pass-enable)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue