Fix for work with a wide monitor

This commit is contained in:
Maciej 2019-08-21 16:15:54 +03:00
parent 86c5d9ffda
commit 238a0f4341
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
8 changed files with 43 additions and 8 deletions

View file

@ -108,6 +108,9 @@
;; Only warn if a file is bigger than 50 MB when trying to open it
(setq large-file-warning-threshold 50000000)
;; Numbers are arbitrary, but work on a large screen. Default is 160
(setq split-width-threshold 180)
;;;;;;;;;;;;;;;;;;;;;; Shell stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)