diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2020-12-02 11:09:49 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2020-12-02 11:14:45 -0800 |
commit | 134b9cfc84597a439b5186e97435e5acc31d655f (patch) | |
tree | 4bfa98d9ab0daffa2c1aa3addcd76d8221ce8a6a | |
parent | x11: set background color for urxvt (diff) | |
download | emacs.d-134b9cfc84597a439b5186e97435e5acc31d655f.tar.gz |
emacs: smaller font on macos
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 d99a548..6f1e913 100644 --- a/emacs.d/custom/fcuny-ui.el +++ b/emacs.d/custom/fcuny-ui.el @@ -24,7 +24,7 @@ (blink-cursor-mode -1) (setq frame-title-format "%b") (when (memq window-system '(mac ns)) - (set-frame-font "Source Code Pro-15") + (set-frame-font "Source Code Pro-14") (add-to-list 'default-frame-alist '(fullscreen . maximized)) (add-to-list 'default-frame-alist '(ns-appearance . nil)) (add-to-list 'default-frame-alist '(ns-transparent-titlebar . nil)) |