mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
refactor: doom-module: conform variables to conventions
- Rename doom--empty-module-context to doom-module--empty-context. - Nest doom-module-context symbol plist in its 'keys' property. (By convention, Doom uses keywords as keys in most places. Let's be consistent) - Updates all uses of doom-module--context-field and doom-module-context-get.
This commit is contained in:
@@ -1352,7 +1352,7 @@ between the two."
|
||||
))
|
||||
|
||||
;;; Custom org modules
|
||||
(dolist (flag (doom-module-context-get 'flags))
|
||||
(dolist (flag (doom-module-context-get :flags))
|
||||
(load! (concat "contrib/" (substring (symbol-name flag) 1)) nil t))
|
||||
|
||||
;; Add our general hooks after the submodules, so that any hooks the
|
||||
|
Reference in New Issue
Block a user