diff .elisp/settings/01.custom.el @ 434:2b5d868f81ac

emacs: adjust split-height-threshold
author Augie Fackler <raf@durin42.com>
date Sun, 18 Jun 2017 22:44:24 -0400
parents 27e8ad5acedf
children d706030e7c90
line wrap: on
line diff
--- a/.elisp/settings/01.custom.el
+++ b/.elisp/settings/01.custom.el
@@ -20,7 +20,8 @@
      ("^~/Documents/" ":Doc:")
      ("^~/Dropbox/" ":DB:")
      ("^~/Programming/hg" ":hg:")
-     ("^~/Programming/" ":P:")))))
+     ("^~/Programming/" ":P:"))))
+ '(split-height-threshold 200))
 (custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.