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