mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(cli): doomscript: end-of-file error
A regression introduced in bac90c0. The extra --eval isn't necessary in
bin/doomscript because it loads early-init.el (and thus, lisp/doom.el)
sooner than bin/doom does.
Fix: #8362
Amend: def4579a9f
This commit is contained in:
@ -38,7 +38,7 @@ esac
|
||||
# directory from `load-path', which would prevent Doom from manually loading the
|
||||
# site files later. These are important on some systems or deployment methods
|
||||
# (like Snap or NixOS).
|
||||
emacs="$EMACS -q --no-site-file --batch --eval \"(setq warning-inhibit-types '((files missing-lexbind-cookie)))\""
|
||||
emacs="$EMACS -q --no-site-file --batch"
|
||||
|
||||
# Doom respects $EMACSDIR to tell it where Doom lives. If it fails, then this is
|
||||
# either isn't bash, or it's a posix shell being directly sourced with sh, which
|
||||
|
Reference in New Issue
Block a user