diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-09-13 16:38:09 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-09-13 16:38:09 -0700 |
commit | 5dcf1f2abac7e2888f1709635d362d6620620b52 (patch) | |
tree | cfa554fad9ace0e245a5f0aafb25ffc420b2cd36 /emacs | |
parent | [org] drop all my custom templates but one. (diff) | |
download | emacs.d-5dcf1f2abac7e2888f1709635d362d6620620b52.tar.gz |
[emacs] once again, fonts
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 20e899f..3eea9cb 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 "Menlo") + (set-face-attribute 'default nil :height 140 :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))) |