Add org-modern-indent

This commit is contained in:
MitchMarq42 2023-03-11 09:39:35 -09:00
parent 729b56f8b8
commit 99cbde07d1

View File

@ -733,6 +733,11 @@ See https://emacs.stackexchange.com/questions/2538/how-to-define-additional-mode
:states 'normal
:keymaps 'org-src-mode-map
"ZZ" 'org-edit-src-exit))
(use-package org-modern-indent
:elpaca (:host github :repo "jdtsmith/org-modern-indent")
:diminish org-indent-mode
:hook (org-mode . org-indent-mode)
:config (add-hook 'org-mode-hook #'org-modern-indent-mode 90))
(use-package org-block-capf
:elpaca (org-block-capf
:host github