diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-12-15 08:33:54 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-12-15 08:33:54 -0800 |
commit | 5296e43f5c30878320dfadc076521c4b0e9bf531 (patch) | |
tree | 674030425e7fd37baa2ce5a1681dbee3a5fc9ba2 | |
parent | [Makefile] Don't install fonts and vim. (diff) | |
download | emacs.d-5296e43f5c30878320dfadc076521c4b0e9bf531.tar.gz |
[emacs] Use default font
Diffstat (limited to '')
-rw-r--r-- | emacs.d/lib/settings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/lib/settings.el b/emacs.d/lib/settings.el index 9ff9a0c..a0bbf44 100644 --- a/emacs.d/lib/settings.el +++ b/emacs.d/lib/settings.el @@ -89,6 +89,6 @@ (setq-default cursor-type 'bar) ;; Set default font. -(set-face-attribute 'default nil :family "DejaVu Sans Mono" :height 130 :weight 'normal :width 'normal) +(set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal) (provide 'settings) |