Restore obsolete doom-(post-)?init hooks
These will be removed later.
This commit is contained in:
parent
bf940da52a
commit
e497df4a28
1 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,9 @@ This includes the user's private module in `doom-private-dir'.")
|
||||||
(defvar doom-reload-hook nil
|
(defvar doom-reload-hook nil
|
||||||
"A list of hooks to run when `doom/reload' is called.")
|
"A list of hooks to run when `doom/reload' is called.")
|
||||||
|
|
||||||
|
(define-obsolete-variable-alias 'doom-post-init-hook 'doom-init-modules-hook "2.1.0")
|
||||||
|
(define-obsolete-variable-alias 'doom-init-hook 'doom-before-init-modules-hook "2.1.0")
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Emacs core configuration
|
;; Emacs core configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue