summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-20 15:13:26 +0200
committerGravatar Tom Willemse2014-04-20 15:13:26 +0200
commit910c2019cb63fdf349b8f4f2c8b6dc18374e7bf6 (patch)
tree30be8e7518dc16baec1785b99a0165aa66882d36
parentf1dcd97f42aaf59ff2622bea18047daf1019ff21 (diff)
downloademacs-910c2019cb63fdf349b8f4f2c8b6dc18374e7bf6.tar.gz
emacs-910c2019cb63fdf349b8f4f2c8b6dc18374e7bf6.zip
Move window splitting setting to init.org
-rw-r--r--.emacs.d/init.el1
-rw-r--r--.emacs.d/init.org12
2 files changed, 12 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 6e5256a..2d2b7bd 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -910,7 +910,6 @@ from myaethon2.core.decorators import (
;;;; Unconditional settings
-(setq window-combination-resize t)
(setq scroll-preserve-screen-position t)
;; Can't be put in an eval-after-load or such because by then it will
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index d9413df..6694270 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -224,6 +224,18 @@
(setq use-dialog-box nil)
#+END_SRC
+** Split windows equally
+
+ When splitting windows, give them all an equal amount of space. For
+ those very few time that I have more than two windows in my Emacs
+ frame it is much nicer to have each of them get ~33% space instead
+ of 50%, 25% and 25%. The way I have my desktop set-up I don't ever
+ split my windows horizontally.
+
+ #+BEGIN_SRC emacs-lisp
+ (setq window-combination-resize t)
+ #+END_SRC
+
* Add org-mode appointments to the diary
Diary offers reminders, which can be useful when scheduling