Add org-modern-indent
This commit is contained in:
parent
729b56f8b8
commit
99cbde07d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user