fix: org mode src windows split below instead of rearranging frame
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user