diff options
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 7 |
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 |
