We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f4149 commit 69cd9f7Copy full SHA for 69cd9f7
extensions/doom-themes-ext-org.el
@@ -120,7 +120,7 @@ N is the match index."
120
("^\\( *\\)\\([-+]\\|\\(?:[0-9]+\\|[a-zA-Z]\\)[).]\\)\\([ \t]\\)"
121
,@(if org-indent? '((1 'org-indent append)))
122
(2 'org-list-dt append)
123
- ,@(if org-indent? '((2 'org-indent append)))))
+ ,@(if org-indent? '((3 'org-indent append)))))
124
;; I like how org-mode fontifies checked TODOs and want this to
125
;; extend to checked checkbox items:
126
(when org-fontify-done-headline
0 commit comments