commit 2cfc5a9353935a5f06a99b3aa040025d35c4839e
parent e31ad6c91c18c50292bcfd9b93b5e9184ff8847a
Author: Iqbal Ansari <iqbal.ansari@ignitesol.com>
Date: Fri, 2 Sep 2016 12:28:44 +0530
Do all checks for ascii style even in apropos mode
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/emojify.el b/emojify.el
@@ -792,7 +792,6 @@ TODO: Skip emojifying if region is already emojified."
(match (match-string-no-properties 0))
(buffer (current-buffer))
(emoji (ht-get emojify-emojis match)))
-
(when (and (memql (intern (ht-get emoji "style"))
emojify-emoji-styles)
;; Display unconditionally in non-prog mode
@@ -804,7 +803,6 @@ TODO: Skip emojifying if region is already emojified."
;; to be annoying consider d: in head:, except while executing apropos
;; emoji
(or (not (string= (ht-get emoji "style") "ascii"))
- emojify-in-apropos-p
(emojify-valid-ascii-emoji-context-p match-beginning match-end))
(not (emojify-inside-org-src-p match-beginning))