From ce5091254ea98c3841f9ee52500bd7d1b1d6dc7e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 30 Aug 2020 08:36:21 -0700 Subject: tweak variable-pitch face --- .emacs.d/init-custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3