From 99cbde07d1f6306957129adc43fa0bc6612a7ba8 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sat, 11 Mar 2023 09:39:35 -0900 Subject: [PATCH] Add org-modern-indent --- lisp/mitch-packages.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 649d22d..aaa86b6 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -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