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 ** Window behavior
Prevent compilation window eating up other windows Prevent compilation window eating up other windows
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq compilation-scroll-output t (setq compilation-window-height 12
compilation-window-height 12) compilation-scroll-output nil)
#+END_SRC #+END_SRC
Prevent any automatic splitting to split vertically Prevent any automatic splitting to split vertically
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp

Loading…
Cancel
Save