diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-02-28 09:51:03 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-02-28 09:51:03 -0800 |
commit | 893bd4172faa77b6626d4284e9ad6e80d898831c (patch) | |
tree | a4d1537da96d0dcfc8e6865cefd0fe985cb7e9e9 | |
parent | [emacs] some visual changes: (diff) | |
download | emacs.d-893bd4172faa77b6626d4284e9ad6e80d898831c.tar.gz |
[emacs] No, smaller font :p
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 75b3a4b..9d89e5a 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 150 :weight 'normal :width 'normal :family "Droid Sans Mono") +(set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal :family "Menlo") ;; no bell (setq visible-bell nil) |