From 05a76476b0efe35ec109401d3f0b9500f6630d2e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 21 Apr 2020 09:09:20 +0200 Subject: emacs: using the IS-MAC constant whenever possible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 30e08ad..b197af0 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -311,7 +311,7 @@ I'm using "Droid Sans Mono" simply because I've grown used to it. #+BEGIN_SRC elisp (defconst mssola-font - (if (string= system-type "darwin") + (if IS-MAC "Droid Sans Mono-12" "Droid Sans Mono Dotted for Powerline-10") "The font to be used.") -- cgit v1.2.3