emacs-emojify

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

commit 9d02f18d4d038e05f221d80df381caab03252c4f
parent 957dcf92bd4ba54ccaffc24bed218cec471eb482
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Tue, 27 Sep 2016 23:52:08 +0530

Mention the new `emojify-reveal-on-isearch` in the README

Diffstat:
MREADME.org | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.org b/README.org @@ -20,6 +20,7 @@ - [[#configuring-the-buffers-where-emojify-mode-is-enabled][Configuring the buffers where emojify mode is enabled]] - [[#configuring-the-texts-that-are-displayed-as-emojis][Configuring the texts that are displayed as emojis]] - [[#controlling-behaviour-when-point-enters-an-emoji][Controlling behaviour when point enters an emoji]] + - [[#controlling-behaviour-during-isearch-mode][Controlling behaviour during isearch-mode]] - [[#controlling-behaviour-when-mouse-hovers-over-an-emoji][Controlling behaviour when mouse hovers over an emoji]] - [[#custom-emojis][Custom emojis]] - [[#integration-with-prettify-symbol-mode][Integration with prettify-symbol-mode]] @@ -207,6 +208,12 @@ emoji as point moves through them. Avoid manipulating the buffer in these functions +*** Controlling behaviour during isearch-mode + By default in isearch-mode the underlying emoji is displayed temporarily + when point enters the emoji while searching (similar to ~uncover~ behaviour + mentioned [[#controlling-behaviour-when-point-enters-an-emoji][above]]). This can be disabled by setting + ~emojify-reveal-on-isearch~ to ~nil~. + *** Controlling behaviour when mouse hovers over an emoji When mouse hovers over a emoji, the underlying text is displayed in a help popup. This behaviour can be disabled by setting ~emojify-show-help~ to nil.