diff options
-rw-r--r-- | smart-documents.org | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/smart-documents.org b/smart-documents.org index 87fa1d5..1703e19 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -954,8 +954,9 @@ communicating with people from around the world---we're all for that! B-) \smiley #+BEGIN_SRC emacs-lisp :tangle yes - (use-package emojify - :hook (after-init . global-emojify-mode)) + (when (string-equal system-type "gnu/linux") + (use-package emojify + :hook (after-init . global-emojify-mode))) #+END_SRC * ~org-mode~ |