# HG changeset patch # User Augie Fackler # Date 1497840264 14400 # Node ID 2b5d868f81acba48a11a0aeae83851d82b308b4b # Parent 779ecb9643c2faa88d41947e3e6957d1eb4cf8a5 emacs: adjust split-height-threshold diff --git a/.elisp/settings/01.custom.el b/.elisp/settings/01.custom.el --- 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.