summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-02-14 08:55:06 -0800
committerFranck Cuny <franck.cuny@gmail.com>2018-02-14 08:55:06 -0800
commit2a42a74225dd196448ac2a25df0429cd561fd2e3 (patch)
tree4d5e532ab9aa35a8ebf4793bfbef3522d2945469 /emacs.d
parent[Makefile] Remove unused things (diff)
downloademacs.d-2a42a74225dd196448ac2a25df0429cd561fd2e3.tar.gz
[emacs] Set font to DejaVu
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/lib/settings.el2
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)