emacs-emojify

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

commit 782ac307f37239e90c56810323db4263a6469219
parent 1b198fd8eb202f1542d6b1c2aadc4a502af26b5f
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Fri,  9 Aug 2019 15:29:14 +0530

Remove redundant let binding

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

diff --git a/emojify.el b/emojify.el @@ -1549,9 +1549,7 @@ run the command `emojify-download-emoji'"))) (remove-hook 'emojify-emoji-style-change-hook #'emojify-redisplay-emojis-in-region)) ;; define a emojify-mode-map to enable defining keys specifically for emojify-mode -(defvar emojify-mode-map - (let ((map (make-sparse-keymap))) - map) +(defvar emojify-mode-map (make-sparse-keymap) "Keymap for `emojify-mode'.") ;;;###autoload