summaryrefslogtreecommitdiff
path: root/.config/emacs/mango-theme.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-18 00:37:49 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-18 00:37:49 +0200
commit8d8e5c7ad1db6864e29f7afec7d3c9126bd6ca08 (patch)
tree855c2ec97f69c105aca3edf62b4f477ca5e65cdd /.config/emacs/mango-theme.el
parent2dee61f2f10485da65c31f2a6c9d6c7f6ac736f3 (diff)
emacs: Fontify ‘org-mode’ blockquotes
Diffstat (limited to '.config/emacs/mango-theme.el')
-rw-r--r--.config/emacs/mango-theme.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el
index 904776e..80dc6d2 100644
--- a/.config/emacs/mango-theme.el
+++ b/.config/emacs/mango-theme.el
@@ -124,6 +124,9 @@ graphically, so I shouldn’t need to have multiple specs per face.
:background ,(mango-theme--get-color 'background-cool))
(org-hide
:foreground ,(mango-theme--get-color 'background))
+ (org-quote
+ :inherit org-block
+ :slant italic)
;; Info Page
(Info-quoted