emacs-emojify

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

commit ef99dca78d228982debea90d2a8b5de852901916
parent d87958e7bd3550c4bf83bb77f4c303f09cd8aa37
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Tue, 21 May 2019 13:52:34 +0530

Bump version

Diffstat:
MCHANGELOG.org | 1+
Memojify.el | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org @@ -12,6 +12,7 @@ - Fix rendering of ascii emojis mode-line to take into account the context - Fix performance regression introduced due to use of ~while-no-input~ - Fix performance issues caused by repeated checks on ~imagemagick-types~ + - Improve error messaging when image download fails *** Added - Support for displaying emojis in ~org-mode~ source blocks diff --git a/emojify.el b/emojify.el @@ -5,7 +5,7 @@ ;; Author: Iqbal Ansari <iqbalansari02@yahoo.com> ;; Keywords: multimedia, convenience ;; URL: https://github.com/iqbalansari/emacs-emojify -;; Version: 1.0 +;; Version: 1.1 ;; Package-Requires: ((seq "1.11") (ht "2.0") (emacs "24.3")) ;; This program is free software; you can redistribute it and/or modify