Fix for work with a wide monitor
This commit is contained in:
parent
86c5d9ffda
commit
238a0f4341
8 changed files with 43 additions and 8 deletions
3
01mac.el
3
01mac.el
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue