diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-21 07:31:43 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-21 07:31:43 -0700 |
commit | 3d4fba391b84a0ec73080ff552cfdcc97d8330c4 (patch) | |
tree | 7714b3a049161f4db3054ba86f8bbbe6d6d7e5ae /emacs | |
parent | emacs: almost white background (diff) | |
download | emacs.d-3d4fba391b84a0ec73080ff552cfdcc97d8330c4.tar.gz |
emacs: slightly smaller font for linux
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/custom/fcuny-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index ee0133e..41bbd0f 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -66,7 +66,7 @@ (when (boundp 'mac-allow-anti-aliasing) (setq mac-allow-anti-aliasing t))) (when (memq window-system '(x)) - (set-frame-font "Source Code Pro-12") + (set-frame-font "Source Code Pro-11") (set-face-attribute 'mode-line nil :font "Source Code Pro-10") ;; this is a fall back in the case we have Unicode characters. ;; For example, with this settings, the following source is |