From 7e496d5248b0dd35c5c2073f5d1e68e59e249708 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Thu, 19 Dec 2019 14:32:34 +0100 Subject: [PATCH] changed check for linux in a function --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 6471a78..05ac5f1 100644 --- a/init.org +++ b/init.org @@ -160,8 +160,8 @@ Some windows specific stuff * visuals ** Font #+BEGIN_SRC emacs-lisp - (if (string-equal system-type "gnu/linux") - (set-face-font 'default "Hack-10")) +(when *linux* + (set-face-font 'default "Hack-10")) #+END_SRC ** Themes