From 9808c7e3ff9aa2eaf2af8f8829534b9f7eadaba6 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Mon, 26 Aug 2024 19:33:02 -0400 Subject: [PATCH] fix: add confpkg declaration to window section --- config.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.org b/config.org index e9b590d..d96ef93 100644 --- a/config.org +++ b/config.org @@ -1312,6 +1312,8 @@ If PARENTS is non-nil, the parents of the specified directory will also be creat ** Windows +#+call: confpkg() + *** 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.