add lisp packages
This commit is contained in:
18
lisp/treemacs/treemacs-pkg.el
Normal file
18
lisp/treemacs/treemacs-pkg.el
Normal 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:
|
||||
Reference in New Issue
Block a user