Browse Source

changed check for linux in a function

master
Marc Pohling 4 years ago
parent
commit
7e496d5248
1 changed files with 2 additions and 2 deletions
  1. 4
      init.org

4
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

Loading…
Cancel
Save