Do not scroll compilation output

master
Jacopo De Simoi 6 years ago
parent d9ae7f6b28
commit 2de6a5b5e3
  1. 4
      global.org

@ -148,8 +148,8 @@
** Window behavior
Prevent compilation window eating up other windows
#+BEGIN_SRC emacs-lisp
(setq compilation-scroll-output t
compilation-window-height 12)
(setq compilation-window-height 12
compilation-scroll-output nil)
#+END_SRC
Prevent any automatic splitting to split vertically
#+BEGIN_SRC emacs-lisp

Loading…
Cancel
Save