Fix #3871: void-function doom-autoload-error
Due to calling an error as if it were a function.
This commit is contained in:
parent
2337f14563
commit
8f64a0eb31
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ to least)."
|
||||||
"run 'doom sync' on the command line to repair it"))
|
"run 'doom sync' on the command line to repair it"))
|
||||||
;; Otherwise, something inside the autoloads file is triggering this
|
;; Otherwise, something inside the autoloads file is triggering this
|
||||||
;; error; forward it!
|
;; error; forward it!
|
||||||
(apply #'doom-autoload-error e))))
|
(signal 'doom-autoload-error e))))
|
||||||
|
|
||||||
;; Load shell environment, optionally generated from 'doom env'. No need
|
;; Load shell environment, optionally generated from 'doom env'. No need
|
||||||
;; to do so if we're in terminal Emacs, where Emacs correctly inherits
|
;; to do so if we're in terminal Emacs, where Emacs correctly inherits
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue