comparison .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
comparison
equal deleted inserted replaced
433:779ecb9643c2 434:2b5d868f81ac
18 (quote 18 (quote
19 (("^/sudo:.*:" ":SU:") 19 (("^/sudo:.*:" ":SU:")
20 ("^~/Documents/" ":Doc:") 20 ("^~/Documents/" ":Doc:")
21 ("^~/Dropbox/" ":DB:") 21 ("^~/Dropbox/" ":DB:")
22 ("^~/Programming/hg" ":hg:") 22 ("^~/Programming/hg" ":hg:")
23 ("^~/Programming/" ":P:"))))) 23 ("^~/Programming/" ":P:"))))
24 '(split-height-threshold 200))
24 (custom-set-faces 25 (custom-set-faces
25 ;; custom-set-faces was added by Custom. 26 ;; custom-set-faces was added by Custom.
26 ;; If you edit it by hand, you could mess it up, so be careful. 27 ;; If you edit it by hand, you could mess it up, so be careful.
27 ;; Your init file should contain only one such instance. 28 ;; Your init file should contain only one such instance.
28 ;; If there is more than one, they won't work right. 29 ;; If there is more than one, they won't work right.