add lisp packages

This commit is contained in:
2020-12-05 21:29:49 +01:00
parent 85e20365ae
commit a6e2395755
7272 changed files with 1363243 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
(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: