commit 651173daddfafb6d9a84643d46c4eeb93874fe18
parent 20642e74dc0fda2344da7fd755f47d050e8c424c
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date: Tue, 8 Dec 2015 08:24:50 +0530
Activate advice for `mouse--drag-set-mark-and-point`
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/emojify.el b/emojify.el
@@ -1015,6 +1015,8 @@ an update of emoji backgrounds. Not the cleanest but the only way I can think o
(when emojify-mode
(emojify-update-visible-emojis-background-after-command)))
+(ad-activate #'mouse--drag-set-mark-and-point)
+
(defadvice isearch-repeat (around emojify-redisplay-after-isearch-left (direction))
"Advice `isearch-repeat' to run emojify's point motion hooks.