emacs-emojify

fork of https://github.com/iqbalansari/emacs-emojify
Log | Files | Refs | LICENSE

commit e3c269838277db29560352365b7b9ceb3db9593e
parent 78c4358da5f271667bfddc51c7b2b75830b2c7d2
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Sun, 15 Nov 2015 16:25:21 +0530

Disable in comint and mu4e-headers-mode

Diffstat:
Memojify.el | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/emojify.el b/emojify.el @@ -135,7 +135,9 @@ Possible values are magit-popup-mode ert-results-mode compilation-mode - proced-mode) + proced-mode + comint-mode + mu4e-headers-mode) "Major modes where emojify mode should not be enabled." :type '(repeat symbol) :group 'emojify)