summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2014-12-08 11:51:40 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-05-26 08:42:25 +0900
commit0bb92d6f372b31f05c0d8205d986354ae864145f (patch)
tree2c441ebe7b014db64ee7da8e6bcf6ea849423de0
parentecd9e670486b7a12d53c76d289f7ad45c7483624 (diff)
downloaddotfiles-0bb92d6f372b31f05c0d8205d986354ae864145f.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 de9b1852..a9616dd1 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