From 8d8e5c7ad1db6864e29f7afec7d3c9126bd6ca08 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 18 Aug 2023 00:37:49 +0200 Subject: emacs: Fontify ‘org-mode’ blockquotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/mango-theme.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/emacs/mango-theme.el') 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 -- cgit v1.2.3