aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-04-21 09:09:20 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-04-21 09:09:20 +0200
commit05a76476b0efe35ec109401d3f0b9500f6630d2e (patch)
tree657690cc9f7f4e0b705eea450bc4b0066e2e12dd
parent4dd393528c831660f3057ef99beda4551b3d17a3 (diff)
downloaddotfiles-05a76476b0efe35ec109401d3f0b9500f6630d2e.tar.gz
dotfiles-05a76476b0efe35ec109401d3f0b9500f6630d2e.zip
emacs: using the IS-MAC constant whenever possible
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
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.")