16 lines
485 B
EmacsLisp
16 lines
485 B
EmacsLisp
|
(define-package "doom-modeline" "20220412.853" "A minimal and modern mode-line"
|
||
|
'((emacs "25.1")
|
||
|
(all-the-icons "2.2.0")
|
||
|
(shrink-path "0.2.0")
|
||
|
(dash "2.11.0"))
|
||
|
:commit "7d8eb7c44087a62d8dd6e8ba1afc26facd914fbc" :authors
|
||
|
'(("Vincent Zhang" . "seagle0128@gmail.com"))
|
||
|
:maintainer
|
||
|
'("Vincent Zhang" . "seagle0128@gmail.com")
|
||
|
:keywords
|
||
|
'("faces" "mode-line")
|
||
|
:url "https://github.com/seagle0128/doom-modeline")
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|