From ccfb0c597970d8c24d29634edb556196d806744f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 30 Jan 2024 10:12:57 +0000 Subject: [PATCH] Scroll compilation output buffer --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index 8f4cc9f..e203544 100644 --- a/README.org +++ b/README.org @@ -52,6 +52,9 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia ;; Make shebang (#!) file executable when saved (add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p) + + ;; Scroll compilation buffer output + (customize-set-variable 'compilation-scroll-output t) #+end_src ** Auto-save file settings