tvl-depot/configs/shared/emacs/.emacs.d/elpa/emojify-20180611.1538/emojify-pkg.el
William Carroll 9da3ffee41 Update Emacs packages
This is a massive diff that I had to do in a hurry - when leaving
Urbint. I'm pretty sure that most of these are updating Emacs packages,
but I'm not positive.
2018-10-02 09:54:39 -04:00

14 lines
392 B
EmacsLisp

(define-package "emojify" "20180611.1538" "Display emojis in Emacs"
'((seq "1.11")
(ht "2.0")
(emacs "24.3"))
:keywords
'("multimedia" "convenience")
:authors
'(("Iqbal Ansari" . "iqbalansari02@yahoo.com"))
:maintainer
'("Iqbal Ansari" . "iqbalansari02@yahoo.com")
:url "https://github.com/iqbalansari/emacs-emojify")
;; Local Variables:
;; no-byte-compile: t
;; End: