summaryrefslogtreecommitdiff
path: root/smart-documents.org
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2021-01-09 11:11:36 -0800
committerBlendoit <blendoit@gmail.com>2021-01-09 11:11:36 -0800
commitce982c45aa8a5ad7e2644de8372fb657d11073ed (patch)
tree4b537ce776f5719ba095babbf78fd4d19d845341 /smart-documents.org
parent2eff28f258a2528d23d9f82b2f5095dfb2922a2b (diff)
Emojis only in Linux.
Diffstat (limited to 'smart-documents.org')
-rw-r--r--smart-documents.org5
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~
Copyright 2019--2024 Marius PETER