Fix void-function doom-try-hook
This snuck into a recent commit, but the function hasn't been renamed yet.
This commit is contained in:
parent
7662de55d8
commit
778652bfd6
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ Runs `doom-reload-hook' afterwards."
|
||||||
(unwind-protect
|
(unwind-protect
|
||||||
(doom-initialize-modules 'force)
|
(doom-initialize-modules 'force)
|
||||||
(general-auto-unbind-keys t)))
|
(general-auto-unbind-keys t)))
|
||||||
(run-hook-wrapped 'doom-reload-hook #'doom-try-hook)
|
(run-hook-wrapped 'doom-reload-hook #'doom-try-run-hook)
|
||||||
(print! (success "Config successfully reloaded!")))
|
(print! (success "Config successfully reloaded!")))
|
||||||
(user-error "Failed to reload your config")))
|
(user-error "Failed to reload your config")))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue