From 4ed142e7acb88f6000156e6e7fc46d042343d414 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 1 Oct 2025 18:28:04 +0100 Subject: Remove truncate lines toggle from compilation-mode-hook --- emacs-config.org | 7 ------- 1 file changed, 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 -- cgit