mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Restore obsolete doom-(post-)?init hooks
These will be removed later.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user