summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/.config/emacs-kj/init.el1
-rwxr-xr-xsetup.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el
index 37822f5..c84cb15 100644
--- a/emacs/.config/emacs-kj/init.el
+++ b/emacs/.config/emacs-kj/init.el
@@ -649,6 +649,7 @@
(setq which-key-idle-delay .5)
;; Allow longer output in compilation buffer.
+(add-to-list 'compilation-filter-hook #'comint-truncate-buffer)
(setq comint-buffer-maximum-size 10000)
;; Replace values in an alist from a list of replacements.
diff --git a/setup.sh b/setup.sh
index b77d843..f8982d2 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
-STOW="stow --no-folding"
+STOW="stow"
cd "$(dirname $0)"
git submodule update --init --recursive --depth 1