Fix gray org stars
This commit is contained in:
parent
46f4208870
commit
401b91a4cb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user