mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Smarter list bullet detection
This commit is contained in:
@ -284,7 +284,7 @@
|
|||||||
" ")
|
" ")
|
||||||
(1 (narf/show-as ?☐)))
|
(1 (narf/show-as ?☐)))
|
||||||
|
|
||||||
("\\(\\([-+]\\)\\( \\)+[^$\n\r]+\\)"
|
("^ *\\(\\([-+]\\)\\( \\)+[^$\n\r]+\\)"
|
||||||
(2 'org-code)
|
(2 'org-code)
|
||||||
(3 'org-whitespace))
|
(3 'org-whitespace))
|
||||||
("^ +\\(\\*\\) "
|
("^ +\\(\\*\\) "
|
||||||
|
Reference in New Issue
Block a user