Skip to content

Commit 69cd9f7

Browse files
committed
fix(ext-org): invisible list symbols b/c of org-indent face
Fix: #857 Ref: doomemacs/doomemacs#8250
1 parent 94f4149 commit 69cd9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/doom-themes-ext-org.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ N is the match index."
120120
("^\\( *\\)\\([-+]\\|\\(?:[0-9]+\\|[a-zA-Z]\\)[).]\\)\\([ \t]\\)"
121121
,@(if org-indent? '((1 'org-indent append)))
122122
(2 'org-list-dt append)
123-
,@(if org-indent? '((2 'org-indent append)))))
123+
,@(if org-indent? '((3 'org-indent append)))))
124124
;; I like how org-mode fontifies checked TODOs and want this to
125125
;; extend to checked checkbox items:
126126
(when org-fontify-done-headline

0 commit comments

Comments
 (0)