summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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