confi-emacs-inicial/elpa/powerline-20200817.1321/powerline-pkg.el

13 lines
402 B
EmacsLisp
Raw Normal View History

2020-10-06 10:26:19 +02:00
(define-package "powerline" "20200817.1321" "Rewrite of Powerline"
2020-08-02 07:57:21 +02:00
'((cl-lib "0.2"))
2020-10-06 10:26:19 +02:00
:commit "e15e77ab2e589bd73f9e90498747d77d042789ea" :keywords
2020-08-02 07:57:21 +02:00
'("mode-line")
:authors
'(("Donald Ephraim Curtis" . "dcurtis@milkbox.net"))
:maintainer
'("Donald Ephraim Curtis" . "dcurtis@milkbox.net")
:url "http://github.com/milkypostman/powerline/")
;; Local Variables:
;; no-byte-compile: t
;; End: