diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-09-16 17:04:49 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-09-16 17:04:49 -0700 |
commit | e7402208354729c5738e0159c58b93cb865b590a (patch) | |
tree | 5101f04d0b8254cd097ef2c41940b33e2be15af5 /emacs | |
parent | [emacs] fix hydra menu (diff) | |
download | emacs.d-e7402208354729c5738e0159c58b93cb865b590a.tar.gz |
[emacs] let's try a slightly larger font
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el index 3eea9cb..3cfc9ae 100644 --- a/emacs.d/custom/fcuny-ui.el +++ b/emacs.d/custom/fcuny-ui.el @@ -16,7 +16,7 @@ :config (blink-cursor-mode -1) (setq frame-title-format "%b") - (set-face-attribute 'default nil :height 140 :weight 'normal :width 'normal :font "Source Code Pro") + (set-face-attribute 'default nil :height 150 :weight 'normal :width 'normal :font "Source Code Pro") (when (memq window-system '(mac ns)) (setq ns-use-native-fullscreen nil) (setq mac-allow-anti-aliasing t))) |