|
|
|
@ -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 |
|
|
|
|