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