mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General cleanup + refactor
This commit is contained in:
@ -170,7 +170,8 @@
|
||||
;; Fontify checkboxes and dividers
|
||||
(defface org-list-bullet
|
||||
'((t (:inherit font-lock-keyword-face)))
|
||||
"Face for list bullets")
|
||||
"Face for list bullets"
|
||||
:group 'doom)
|
||||
(font-lock-add-keywords
|
||||
'org-mode '(("^ *\\([-+]\\|[0-9]+[).]\\) " (1 'org-list-bullet))
|
||||
("^ *\\(-----+\\)$" (1 'org-meta-line))))
|
||||
|
Reference in New Issue
Block a user