Fix gray org stars

This commit is contained in:
MitchMarq42 2023-03-11 09:18:50 -09:00
parent 46f4208870
commit 401b91a4cb

View File

@ -1237,10 +1237,10 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
nil nil
`((,(rx bol (+ "*")) . ;; shadow `((,(rx bol (+ "*")) . ;; shadow
font-lock-doc-markup-face)))) font-lock-doc-markup-face))))
;; (add-hook 'org-mode-hook (add-hook 'org-mode-hook
;; #'mitch/org-grayify-stars 90) #'mitch/org-grayify-stars 90)
(advice-add 'org-modern--make-font-lock-keywords ;; (advice-add 'org-modern--make-font-lock-keywords
:after #'mitch/org-grayify-stars) ;; :after #'mitch/org-grayify-stars)
) )
;; svg-tags; disabled because reasons ;; svg-tags; disabled because reasons