19 lines
529 B
EmacsLisp
19 lines
529 B
EmacsLisp
(define-package "treemacs" "20200625.2056" "A tree style file explorer package"
|
|
'((emacs "25.2")
|
|
(cl-lib "0.5")
|
|
(dash "2.11.0")
|
|
(s "1.12.0")
|
|
(f "0.11.0")
|
|
(ace-window "0.9.0")
|
|
(pfuture "1.7")
|
|
(hydra "0.13.2")
|
|
(ht "2.2"))
|
|
:commit "1ce0bd487f0b9178744e19bbc48b6692c55c590c" :authors
|
|
'(("Alexander Miller" . "alexanderm@web.de"))
|
|
:maintainer
|
|
'("Alexander Miller" . "alexanderm@web.de")
|
|
:url "https://github.com/Alexander-Miller/treemacs")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|