mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -88,7 +88,7 @@ Runs `doom-reload-hook' afterwards."
|
||||
(unwind-protect
|
||||
(doom-initialize-modules 'force)
|
||||
(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!")))
|
||||
(user-error "Failed to reload your config")))
|
||||
|
||||
|
Reference in New Issue
Block a user