summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-08-03 22:03:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-08-05 11:38:04 -0700
commitb1721f2b43c09d8c4015eca06dfe38d6e8e1e21d (patch)
treedc874835e77dcbbe376868cecdcbd490e13f4b20
parentbbd93876455bfea94d456bff88da8b4ad6bf0ae1 (diff)
downloaddotfiles-b1721f2b43c09d8c4015eca06dfe38d6e8e1e21d.tar.gz
fixed pitch for Org code, verbatim and timestamps too
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
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."))