General cleanup + refactor
This commit is contained in:
parent
5e2c483923
commit
0e7254d312
12 changed files with 30 additions and 24 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue