From 401b91a4cb8c57325f2f5297e70a19438b441903 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sat, 11 Mar 2023 09:18:50 -0900 Subject: [PATCH] Fix gray org stars --- lisp/mitch-packages.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 2cb0e7e..a8af5c6 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -1237,10 +1237,10 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html" nil `((,(rx bol (+ "*")) . ;; shadow font-lock-doc-markup-face)))) - ;; (add-hook 'org-mode-hook - ;; #'mitch/org-grayify-stars 90) - (advice-add 'org-modern--make-font-lock-keywords - :after #'mitch/org-grayify-stars) + (add-hook 'org-mode-hook + #'mitch/org-grayify-stars 90) + ;; (advice-add 'org-modern--make-font-lock-keywords + ;; :after #'mitch/org-grayify-stars) ) ;; svg-tags; disabled because reasons