From b1721f2b43c09d8c4015eca06dfe38d6e8e1e21d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 3 Aug 2022 22:03:54 -0700 Subject: fixed pitch for Org code, verbatim and timestamps too --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 94f74e41..fc8f8393 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -62,6 +62,9 @@ '(comint-highlight-prompt ((t (:inherit minibuffer-prompt :weight bold)))) '(fill-column-indicator ((t (:background "light gray")))) '(fixed-pitch ((t (:foundry "SRC" :family "Hack")))) + '(org-code ((t (:inherit (shadow fixed-pitch))))) + '(org-date ((t (:inherit fixed-pitch :foreground "Purple" :underline t)))) + '(org-verbatim ((t (:inherit (shadow fixed-pitch))))) '(region ((t (:extend t :background "#EECD82"))) nil "Colour is from the Lucid build.") '(variable-pitch ((t (:weight regular :height 120 :foundry "bitstream" :family "Bitstream Charter")))) '(variable-pitch-text ((t (:inherit variable-pitch))) nil "Handled by `spw/maybe-scale-basic-faces' instead.")) -- cgit v1.2.3