summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2014-12-08 11:51:40 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-06-10 15:43:54 +0900
commit41d0ef552859772ad911e2cd4d841b5053e9666e (patch)
treeec1fd46d9e11ce900d70e364845f57f7ea395a67
parente131099a81236a2b6785901d72b66ff971dfe691 (diff)
downloaddotfiles-41d0ef552859772ad911e2cd4d841b5053e9666e.tar.gz
variable pitch mode for Windows
-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 97e6736a..bdca8451 100644
--- a/.emacs.d/init-custom.el
+++ b/.emacs.d/init-custom.el
@@ -12,7 +12,7 @@
'(org-hide ((t (:foreground "#3f3f3f" :slant normal :weight normal :height 110 :width normal :foundry "xos4" :family "Terminus"))))
'(sr-directory-face ((t (:foreground "#94bff3" :weight bold))) t)
'(sr-symlink-directory-face ((t (:foreground "#94bff3" :slant italic))) t)
- '(variable-pitch ((t (:height 1.4 :family "Bitstream Charter"))))
+ '(variable-pitch ((t (:height 140 :family "DejaVu Serif"))))
'(visible-mark-face ((t (:background "#607080"))) t))
(custom-set-variables