18 lines
609 B
EmacsLisp
18 lines
609 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "treemacs" "20250707.2001"
|
|
"A tree style file explorer package."
|
|
'((emacs "26.1")
|
|
(cl-lib "0.5")
|
|
(dash "2.11.0")
|
|
(s "1.12.0")
|
|
(ace-window "0.9.0")
|
|
(pfuture "1.7")
|
|
(hydra "0.13.2")
|
|
(ht "2.2")
|
|
(cfrs "1.3.2"))
|
|
:url "https://github.com/Alexander-Miller/treemacs"
|
|
:commit "246d9505edf86c25a08cfbd131c441c8d402f8c3"
|
|
:revdesc "246d9505edf8"
|
|
:authors '(("Alexander Miller" . "alexanderm@web.de"))
|
|
:maintainers '(("Alexander Miller" . "alexanderm@web.de")))
|