emacs-emojify

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

commit d40aec74aba1fd9b3ace912e5cd6006b4113fac8
parent c1e43885d4c561e4545f6f3567d74bc8c293dfca
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Sun,  3 May 2020 14:06:51 +0530

Disable emojis in deft-mode

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

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