Scroll compilation output buffer

This commit is contained in:
Evie Litherland-Smith 2024-01-30 10:12:57 +00:00
parent 436ef3e605
commit ccfb0c5979

View file

@ -52,6 +52,9 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
;; Make shebang (#!) file executable when saved ;; Make shebang (#!) file executable when saved
(add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p) (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 #+end_src
** Auto-save file settings ** Auto-save file settings