commit ff9dd72c23a01dda7a39b3a077622a489e5fe4be
parent 2206eaeccdfc53e66a32fbd1280376daf4cfc6d8
Author: Iqbal Ansari <iqbal.ansari@ignitesol.com>
Date: Fri, 30 Oct 2015 13:14:01 +0530
Do not enable emojify-mode in indirect buffers
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/emojify.el b/emojify.el
@@ -150,6 +150,7 @@ can customize `emojify-inhibit-major-modes' and
`emojify-inhibit-in-buffer-functions' to disabled emojify in additional buffers."
(not (or (emojify-ephemeral-buffer-p (current-buffer))
(emojify-inhibit-major-mode-p (current-buffer))
+ (buffer-base-buffer buffer)
(run-hook-with-args-until-success 'emojify-inhibit-in-buffer-functions buffer))))