emacs-emojify

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

commit ad0bbe452c223c95a85262e16c7e0e7d2d18e2de
parent 3b9a4bc50738bd4a64111cd58a692c3d7e4eef1b
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Tue, 15 Dec 2015 09:25:35 +0530

Fix dependency on seq

Depend on latest released version on GNU ELPA

Diffstat:
Memojify.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emojify.el b/emojify.el @@ -6,7 +6,7 @@ ;; Keywords: multimedia, convenience ;; URL: https://github.com/iqbalansari/emacs-emojify ;; Version: 0.2 -;; Package-Requires: ((seq "1.12") (ht "2.0") (emacs "24.3")) +;; Package-Requires: ((seq "1.11") (ht "2.0") (emacs "24.3")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by