diff options
author | Franck Cuny <franck@fcuny.net> | 2022-01-14 10:56:42 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-01-14 10:56:42 -0800 |
commit | ed6129fc7707bfee55985cac71e9f4a007c6f4e5 (patch) | |
tree | e7e66bff69d4ce493f1f85332a8f917ea6f39f1e | |
parent | emacs: done with modus-themes again (diff) | |
download | emacs.d-ed6129fc7707bfee55985cac71e9f4a007c6f4e5.tar.gz |
emacs: slightly bigger font on linux
Diffstat (limited to '')
-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 5776459..ec76b99 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-10") + (set-frame-font "Source Code Pro-11") ;; this is a fall back in the case we have Unicode characters. ;; For example, with this settings, the following source is ;; rendered correctly 😇 😀 and 🤢 |