9da3ffee41
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.
14 lines
392 B
EmacsLisp
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:
|