Skip to content

Commit

Permalink
fix: copy markdown-blockquote-face definition to org-quote
Browse files Browse the repository at this point in the history
`markdown-mode` may not be loaded by the time Org is used, which results in the
`org-quote` face being unstyled (and possibly causing errors).
  • Loading branch information
skissue authored and jtbx committed Aug 21, 2024
1 parent 4dd42a5 commit 57c7715
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion catppuccin-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,9 @@ FLAVOR defaults to the value of `catppuccin-flavor'."
(org-meta-line :inherit font-lock-comment-face)
(org-mode-line-clock-overrun :inherit mode-line :foreground ,ctp-red)
(org-priority :foreground ,ctp-yellow)
(org-quote :inherit markdown-blockquote-face)
(org-quote :extend t :background ,ctp-mantle
:foreground ,ctp-green
,@(when catppuccin-italic-blockquotes '(:slant italic)))
(org-scheduled :foreground ,ctp-green)
(org-scheduled-previously :foreground ,ctp-teal)
(org-scheduled-today :foreground ,ctp-green :weight bold)
Expand Down

0 comments on commit 57c7715

Please sign in to comment.