This commit is contained in:
Daniel Ziltener 2023-12-15 16:49:46 +01:00
parent 22fae6f4cb
commit 26428d27b5
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
1 changed files with 2 additions and 1 deletions

View File

@ -158,10 +158,12 @@
;;;; Org Mode
(use-package org
:elpaca (:repo "https://git.savannah.gnu.org/git/emacs/org-mode.git" :branch "emacs-sync")
:after visual-fill-column
:ensure t
:custom
(org-babel-load-languages '((emacs-lisp . t)
(scheme . t)))
(visual-fill-column-center-text t)
:hook
(org-mode . org-indent-mode)
(org-src-mode . hack-local-variables)
@ -305,7 +307,6 @@
(use-package visual-fill-column
:custom
(visual-fill-column-center-text t)
(visual-fill-column-enable-sensible-window-split t)
:hook
(prog-mode . visual-line-mode)