summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2022-01-28 18:14:10 +0100
committerSimeon Simeonov2022-01-28 18:14:10 +0100
commit9bffdc9ae2c69b2656e905cba8dc7c6b9790ae73 (patch)
tree5eca87b2d541fee9818ae0edf9cef23bb8318cf6
parenta6e0578a86b3713965db1ce45e4fe590321fa756 (diff)
Update split policy
-rw-r--r--.emacs3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 3089200..fa2617e 100644
--- a/.emacs
+++ b/.emacs
@@ -69,6 +69,9 @@
69(put 'downcase-region 'disabled nil) 69(put 'downcase-region 'disabled nil)
70(kill-buffer "*scratch*") 70(kill-buffer "*scratch*")
71 71
72(setq split-height-threshold nil)
73(setq split-width-threshold 160)
74
72 75
73;; Programming section 76;; Programming section
74 77