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-08 08:33:55 +0900
commit9b781f1e5a982cb822c8a3b0950c2c42819b0903 (patch)
treeae884592fed7951b600e9e0ce22a00f655d5108e
parent98d3c9b71ac0de21b4f6c0568870f86cb1bc4db8 (diff)
downloaddotfiles-9b781f1e5a982cb822c8a3b0950c2c42819b0903.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