summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-30 08:36:21 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-30 08:36:21 -0700
commitce5091254ea98c3841f9ee52500bd7d1b1d6dc7e (patch)
tree09310dc7860563e6c69a4a51fb3a8fe42f32c344
parent16e1bb320d24f992cc7abd93e79b8898e2f62435 (diff)
downloaddotfiles-ce5091254ea98c3841f9ee52500bd7d1b1d6dc7e.tar.gz
tweak variable-pitch face
-rw-r--r--.emacs.d/init-custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init-custom.el b/.emacs.d/init-custom.el
index 08ed4cce..ae701a41 100644
--- a/.emacs.d/init-custom.el
+++ b/.emacs.d/init-custom.el
@@ -6,7 +6,7 @@
'(fill-column-indicator ((t (:stipple nil :background "light gray" :foreground "light gray" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal))))
'(git-annex-dired-annexed-available ((t (:foreground "color-151"))))
'(git-annex-dired-annexed-unavailable ((t (:foreground "color-167"))))
- '(variable-pitch ((t (:height 120 :family "Bitstream Vera")))))
+ '(variable-pitch ((t (:height 120 :family "Bitstream Vera Sans")))))
(custom-set-variables
;; custom-set-variables was added by Custom.