fix: org mode src windows split below instead of rearranging frame

This commit is contained in:
Michael Thomson
2026-02-25 11:16:58 -05:00
parent a5c553bc8b
commit 86b655fa8d

View File

@@ -236,7 +236,6 @@
(lsp-lens-enable t) ;; Enable lens support.
;; Headerline settings
(lsp-headerline-breadcrumb-enable-symbol-numbers t) ;; Enable symbol numbers in the headerline.
(lsp-headerline-arrow "") ;; Set arrow for headerline.
(lsp-headerline-breadcrumb-enable-diagnostics nil) ;; Disable diagnostics in headerline.
(lsp-headerline-breadcrumb-icons-enable nil) ;; Disable icons in breadcrumb.
;; Semantic settings
@@ -488,6 +487,8 @@
(org-agenda-block-separator nil)
(org-agenda-compact-blocks t)
(org-agenda-start-with-log-mode t)
;; show src windows split below the current
(org-src-window-setup 'split-window-below)
:config
:hook
(org-mode . org-indent-mode)