mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
I think these numbers are better
This commit is contained in:
parent
1c7113cbd8
commit
9edad8dccb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
* buffer-window management
|
||||
#+begin_src emacs-lisp
|
||||
(setq split-width-threshold 160)
|
||||
(setq split-height-threshold 80)
|
||||
(setq split-width-threshold 120)
|
||||
(setq split-height-threshold 4)
|
||||
|
||||
(defun switch-to-buffer-force-same-window (buffer)
|
||||
(interactive
|
||||
|
|
|
|||
Loading…
Reference in a new issue