mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-17 08:44:15 +00:00
Splitting rules
This commit is contained in:
parent
16cae6d738
commit
9cb7150fe8
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
* buffer-window management
|
||||
#+begin_src emacs-lisp
|
||||
(setq split-width-threshold 160)
|
||||
(setq split-height-threshold 80)
|
||||
|
||||
(defun switch-to-buffer-force-same-window (buffer)
|
||||
(interactive
|
||||
(list (read-buffer-to-switch "Switch to buffer: ")))
|
||||
|
|
|
|||
Loading…
Reference in a new issue