From 41d0ef552859772ad911e2cd4d841b5053e9666e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 8 Dec 2014 11:51:40 +0900 Subject: variable pitch mode for Windows --- .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 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 -- cgit v1.2.3