emacs-emojify

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

commit ecd10d1e3bc0c777c54c19ae8625b632fed44d86
parent ed59d8bf7528354bc1e4909e8fdab2a54b6586db
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Fri, 18 Dec 2015 08:38:45 +0530

Add a todo item

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

diff --git a/emojify.el b/emojify.el @@ -663,6 +663,9 @@ This returns nil if the emojis between BEG and END do not fall in region." Ideally `emojify--overlay-face-background' should have been enough to handle selection, but for some reason it does not work well." (or (emojify--region-background-face-maybe beg end) + ;; TODO: `emojify--face-background-at-point' might already be + ;; handling overlay faces as such `emojify--overlay-face-background' + ;; might be redundant, need to verify this though (emojify--overlay-face-background beg) (emojify--face-background-at-point beg) (face-background 'default)))