fix: add confpkg declaration to window section

This commit is contained in:
Kiana Sheibani 2024-08-26 19:33:02 -04:00
parent ffd264a57e
commit 9808c7e3ff
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -1312,6 +1312,8 @@ If PARENTS is non-nil, the parents of the specified directory will also be creat
** Windows ** Windows
#+call: confpkg()
*** Prefer Vertical Split *** Prefer Vertical Split
Emacs has a sophisticated system for controlling how windows and buffers are arranged on the screen, called ~display-buffer~. This works out of the box for almost every case I've thrown at it, except for one issue: it prefers horizontal splitting of windows to vertical splitting, despite the fact that the latter is far better in most cases. Emacs has a sophisticated system for controlling how windows and buffers are arranged on the screen, called ~display-buffer~. This works out of the box for almost every case I've thrown at it, except for one issue: it prefers horizontal splitting of windows to vertical splitting, despite the fact that the latter is far better in most cases.