diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-02-14 08:55:06 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-02-14 08:55:06 -0800 |
commit | 2a42a74225dd196448ac2a25df0429cd561fd2e3 (patch) | |
tree | 4d5e532ab9aa35a8ebf4793bfbef3522d2945469 | |
parent | [Makefile] Remove unused things (diff) | |
download | emacs.d-2a42a74225dd196448ac2a25df0429cd561fd2e3.tar.gz |
[emacs] Set font to DejaVu
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 7107c43..1bd2c58 100644 --- a/emacs.d/lib/settings.el +++ b/emacs.d/lib/settings.el @@ -88,7 +88,7 @@ (global-hl-line-mode 1) ;; Set default font. -(set-face-attribute 'default nil :height 130 :font "Menlo" :weight 'normal :width 'normal) +(set-face-attribute 'default nil :font "DejaVu Sans Mono" :height 130 :weight 'normal :width 'normal) ;; no bell (setq visible-bell nil) |