diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-03-27 11:14:16 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-03-27 11:14:16 -0700 |
commit | d59772f8a8cd24f09df405fd64df530491cb7231 (patch) | |
tree | 5a434b8b357dc415d707a049555fcf48b867333b | |
parent | [bash] fix path for twitter configuration (diff) | |
download | emacs.d-d59772f8a8cd24f09df405fd64df530491cb7231.tar.gz |
[emacs] fix font (again)
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 3ed6e3c..7e3802d 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 "Droid Sans Mono") +(set-face-attribute 'default nil :height 140 :weight 'normal :width 'normal) ;; no bell (setq visible-bell nil) |