emacs-emojify

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

commit 957dcf92bd4ba54ccaffc24bed218cec471eb482
parent 722412098ecbac60a1c015c22cdf397c4af10e46
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Tue, 27 Sep 2016 23:51:41 +0530

Update README to mention changed interface for `emojify-point-entered-behaviour`

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

diff --git a/README.org b/README.org @@ -192,13 +192,12 @@ values - echo - Display the emojified text in the minibuffer - - uncover - Temporary undisplay the emoji while point is in the emojified text + - uncover - Temporarily display the underlying text while point is in the emojified text Additionally it can be set to a custom function, the function is called with - four parameters + two parameters (the buffer where the emoji appears is selected while running + the function) - - buffer - The buffer where the emoji is displayed - - text - The text that is displayed as emoji - beg - The beginning position of the text displayed as emoji - end - The ending position of the text displayed as emoji