mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
Remove :when support from after!; add defer-until!
New macro does what the :when keyword did for after!.
This commit is contained in:
@@ -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))))
|
||||
|
||||
|
Reference in New Issue
Block a user