Remove :when support from after!; add defer-until!
New macro does what the :when keyword did for after!.
This commit is contained in:
parent
e9ccc09fe4
commit
5a7c8803d9
3 changed files with 21 additions and 18 deletions
|
@ -7,7 +7,7 @@
|
|||
DOCSET (a string).
|
||||
|
||||
See `devdocs-alist' for the defaults. "
|
||||
(after! (:when (boundp 'devdocs-alist))
|
||||
(defer-until! (boundp 'devdocs-alist)
|
||||
(dolist (mode (doom-enlist modes))
|
||||
(setf (alist-get mode devdocs-alist) docset))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue