summaryrefslogtreecommitdiff
path: root/smart-documents.org
diff options
context:
space:
mode:
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