Skip to content

Commit

Permalink
Workaround doom-themes issue
Browse files Browse the repository at this point in the history
"Invalid face reference: org-indent" appearing lots in *Messages* -
doomemacs/themes#807

Signed-off-by: Alex Murray <[email protected]>
  • Loading branch information
alexmurray committed Oct 23, 2024
1 parent c12ba37 commit 3940dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ With a prefix argument, will default to looking for all
(doom-one-padded-modeline t)
:config
(doom-themes-visual-bell-config)
(require 'org-indent) ;; https://github.com/doomemacs/themes/issues/807
(doom-themes-org-config)
(setq apm-preferred-dark-theme 'doom-vibrant)
(setq apm-preferred-light-theme 'doom-one-light)
Expand Down

0 comments on commit 3940dfa

Please sign in to comment.