diff options
author | fpi | 2020-06-22 08:42:43 +0200 |
---|---|---|
committer | fpi | 2020-06-25 12:56:07 +0200 |
commit | 5d5561cf0dc41f5b9824d6ed661fe72e3dbc79ff (patch) | |
tree | 29a57e6053287dcf26f20cd5033b84831779acd5 | |
parent | Add org-time-budgets & a Day agenda (diff) |
Set compilation to buffer to scroll automatically
-rw-r--r-- | emacs-init.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index 8bdc0e1..02da35e 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3692,6 +3692,8 @@ For now I use this bad code. Fix ansi colors in compile buffers. From [[https://endlessparentheses.com/ansi-colors-in-the-compilation-buffer-output.html][endlessparentheses]]. #+begin_src emacs-lisp (use-package compile + :custom + (compilation-scroll-output t) :config (require 'ansi-color) (defun endless/colorize-compilation () |