Mercurial > dotfiles
changeset 434:2b5d868f81ac
emacs: adjust split-height-threshold
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sun, 18 Jun 2017 22:44:24 -0400 |
parents | 779ecb9643c2 |
children | d81eb79e4f4c |
files | .elisp/settings/01.custom.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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.