diff options
| -rw-r--r-- | .emacs.d/init.org | 2 |
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.") |
