From 910c2019cb63fdf349b8f4f2c8b6dc18374e7bf6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Apr 2014 15:13:26 +0200 Subject: Move window splitting setting to init.org --- .emacs.d/init.el | 1 - .emacs.d/init.org | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) (limited to '.emacs.d') 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 -- cgit v1.2.3-54-g00ecf