summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2025-10-01 18:28:04 +0100
committerBlake Romero <blake@blkrom.com>2025-10-01 18:28:04 +0100
commit4ed142e7acb88f6000156e6e7fc46d042343d414 (patch)
tree72c38bd88f597627769cfe34bb4acb45e997075e /emacs-config.org
parentbb0212fd0edd3b917d5746ab304b2f4aea7177e2 (diff)
Remove truncate lines toggle from compilation-mode-hook
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs-config.org b/emacs-config.org
index a9838a3..429cac9 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -1255,13 +1255,6 @@ Set make command and scroll output.
compilation-scroll-output t))
#+end_src
-Truncate lines in compilation buffer.
-#+begin_src elisp
- (with-eval-after-load 'compile
- (add-hook 'compilation-mode-hook
- (lambda () (toggle-truncate-lines 1))))
-#+end_src
-
Auto-close compilation buffer when there are no errors or warnings.
#+begin_src elisp
(with-eval-after-load 'compile