diff options
author | Blendoit <blendoit@gmail.com> | 2021-01-09 11:11:36 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-01-09 11:11:36 -0800 |
commit | ce982c45aa8a5ad7e2644de8372fb657d11073ed (patch) | |
tree | 4b537ce776f5719ba095babbf78fd4d19d845341 | |
parent | 2eff28f258a2528d23d9f82b2f5095dfb2922a2b (diff) |
Emojis only in Linux.
-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~ |