diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-04-30 08:18:29 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-04-30 08:18:29 -0700 |
commit | a1e65c3856f16811ed33428520a49da95025913e (patch) | |
tree | c3818cfc6ed0b8d2ab1f6b674cb66b8f249281cb | |
parent | [emacs] more work on org-mode. (diff) | |
download | emacs.d-a1e65c3856f16811ed33428520a49da95025913e.tar.gz |
[emacs] switch back to Source Code Pro for the 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 7217d0a..25c88ff 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 130 :weight 'normal :width 'normal :font "Monaco") + (set-face-attribute 'default nil :height 160 :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))) |