diff options
| author | 2026-05-29 11:15:44 -0700 | |
|---|---|---|
| committer | 2026-05-29 11:15:44 -0700 | |
| commit | 42f342636f8c067e9dfd5cd249c85661b63d6695 (patch) | |
| tree | 4dbd9820d39e565122437d84b0022e25bf0152bf | |
| parent | ff91c55256530d70ab718d87295dbf0d94f7cc2a (diff) | |
| download | new-dotfiles-42f342636f8c067e9dfd5cd249c85661b63d6695.tar.gz new-dotfiles-42f342636f8c067e9dfd5cd249c85661b63d6695.zip | |
GNUmakefile: Use emacs -q to byte-compile .el files
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index c3290ec..288ba97 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -132,7 +132,7 @@ nyxt: nyxt/.config/nyxt/init.lisp %.elc: %.el @echo -e "\e[36mELC\e[0m" $< - $(EMACS) -batch -f package-initialize -f batch-byte-compile $< + $(EMACS) -q -batch -f package-initialize -f batch-byte-compile $< %: %.org $(call tangle) |
