From 526cca79173a753e14994a36383694559e09ced1 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Mon, 14 Dec 2015 11:49:03 -0500 Subject: [PATCH] Add OCaml Tuareg mode to exceptions OCaml comments read as `(* Some comment *)`. But the `*)` translates to :wink:, which is not intended. --- emojify.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emojify.el b/emojify.el index f5a54dd..6341bba 100644 --- a/emojify.el +++ b/emojify.el @@ -244,7 +244,8 @@ Possible values are compilation-mode proced-mode comint-mode - mu4e-headers-mode) + mu4e-headers-mode + tuareg-mode) "Major modes where emojify mode should not be enabled." :type '(repeat symbol) :group 'emojify)