diff --git a/bin/doomscript b/bin/doomscript index 0afd2e3d9..9babc3030 100755 --- a/bin/doomscript +++ b/bin/doomscript @@ -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