summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-03-22 10:49:45 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-03-22 10:49:45 -0700
commit4b5cf53c68faed86ff5f348b3f5ba68f381cbe82 (patch)
tree37699e081afd5be9d9ef5dede1bd8c1655093276
parent[emacs] Emacs is not a tool to operate hosts/clusters. (diff)
downloademacs.d-4b5cf53c68faed86ff5f348b3f5ba68f381cbe82.tar.gz
[emacs] well, fonts ...
-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 9d89e5a..3ed6e3c 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 :weight 'normal :width 'normal :family "Menlo")
+(set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal :family "Droid Sans Mono")
 
 ;; no bell
 (setq visible-bell nil)