diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-03-22 10:49:45 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-03-22 10:49:45 -0700 |
commit | 4b5cf53c68faed86ff5f348b3f5ba68f381cbe82 (patch) | |
tree | 37699e081afd5be9d9ef5dede1bd8c1655093276 | |
parent | [emacs] Emacs is not a tool to operate hosts/clusters. (diff) | |
download | emacs.d-4b5cf53c68faed86ff5f348b3f5ba68f381cbe82.tar.gz |
[emacs] well, fonts ...
-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 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) |