From ce982c45aa8a5ad7e2644de8372fb657d11073ed Mon Sep 17 00:00:00 2001 From: Blendoit Date: Sat, 9 Jan 2021 11:11:36 -0800 Subject: Emojis only in Linux. --- smart-documents.org | 5 +++-- 1 file 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~ -- cgit v1.2.3