diff options
| author | Simeon Simeonov | 2022-01-28 18:14:10 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2022-01-28 18:14:10 +0100 |
| commit | 9bffdc9ae2c69b2656e905cba8dc7c6b9790ae73 (patch) | |
| tree | 5eca87b2d541fee9818ae0edf9cef23bb8318cf6 | |
| parent | a6e0578a86b3713965db1ce45e4fe590321fa756 (diff) | |
Update split policy
| -rw-r--r-- | .emacs | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 | ||
