diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-09-23 18:00:57 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-09-23 18:00:57 -0700 |
commit | 8f871b1eacec50be891281ebb6c937d291881c4e (patch) | |
tree | 5b15394d25da3eb8c8429cb76487914ad794efe2 | |
parent | [emacs] Add support for markdown (diff) | |
download | emacs.d-8f871b1eacec50be891281ebb6c937d291881c4e.tar.gz |
[emacs] set font size to 15
-rw-r--r-- | configs/rcs/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rcs/emacs.d/init.el b/configs/rcs/emacs.d/init.el index e572d6e..45cfd2c 100644 --- a/configs/rcs/emacs.d/init.el +++ b/configs/rcs/emacs.d/init.el @@ -379,7 +379,7 @@ (defconst emacs-min-font (pcase display-name - (_ "-*-DejaVu Sans Mono-normal-normal-normal-*-13-*-*-*-m-0-iso10646-1"))) + (_ "-*-DejaVu Sans Mono-normal-normal-normal-*-15-*-*-*-m-0-iso10646-1"))) (defun emacs-min () (interactive) |