Scroll compilation output buffer
This commit is contained in:
parent
436ef3e605
commit
ccfb0c5979
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue