Minor refactors across the board
This commit is contained in:
parent
ac55b6a826
commit
6b69eaa397
7 changed files with 29 additions and 26 deletions
|
@ -236,7 +236,7 @@ non-nil, return paths of possible modules, activated or otherwise."
|
|||
(after! use-package-core
|
||||
;; :ensure and :pin don't work well with Doom, so we forcibly remove them.
|
||||
(dolist (keyword '(:ensure :pin))
|
||||
(setq use-package-keywords (delq keyword use-package-keywords)))
|
||||
(delq! keyword use-package-keywords))
|
||||
|
||||
;; Insert new deferring keywords
|
||||
(dolist (keyword '(:defer-incrementally :after-call))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue