commit 16d66da88cb3f0724ff14b91e36f0f9fd61ce698
parent a93f3d424a2ca07d81debbb024053d0e207e999a
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date: Tue, 20 Jun 2017 11:07:09 +0530
Smalltalk-mode is a programming mode
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emojify.el b/emojify.el
@@ -1067,7 +1067,7 @@ should not be a problem 🤞."
(not (or (get-text-property match-beginning 'emojified)
(get-text-property (1- match-end) 'emojified)))
;; Display unconditionally in non-prog mode
- (or (not (derived-mode-p 'prog-mode 'tuareg--prog-mode 'comint-mode))
+ (or (not (derived-mode-p 'prog-mode 'tuareg--prog-mode 'comint-mode 'smalltalk-mode))
;; In prog mode enable respecting `emojify-program-contexts'
(emojify-valid-program-context-p emoji match-beginning match-end))