mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
org: don't replace checkboxes in lists
This commit is contained in:
@ -235,9 +235,11 @@ will function properly."
|
||||
(2 'org-headline-todo))
|
||||
|
||||
("[-+*] \\(\\[ \\]\\) "
|
||||
(1 (narf/show-as ?☐)))
|
||||
(1 'org-whitespace))
|
||||
("[-+*] \\(\\[-\\]\\) "
|
||||
(1 'org-whitespace))
|
||||
("[-+*] \\(\\[X\\]\\) \\([^$\n\r]+\\)"
|
||||
(1 (narf/show-as ?☑))
|
||||
(1 'org-whitespace)
|
||||
(2 'org-headline-done))
|
||||
|
||||
;; Show checkbox for other todo states (but don't hide the label)
|
||||
|
Reference in New Issue
Block a user