From 3dc317fb9653ced0bf6bab6e839dc5ba5125eb50 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 31 Aug 2020 17:16:02 -0700 Subject: emacs: set the font for macos We only want to use 'Source Code Pro' with a size of 15 on macos. --- emacs.d/custom/fcuny-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el index 63228cb..e3b775b 100644 --- a/emacs.d/custom/fcuny-ui.el +++ b/emacs.d/custom/fcuny-ui.el @@ -15,8 +15,8 @@ :config (blink-cursor-mode -1) (setq frame-title-format "%b") - (set-frame-font "Source Code Pro-15") (when (memq window-system '(mac ns)) + (set-frame-font "Source Code Pro-15") (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)) -- cgit 1.4.1