18 lines
609 B
EmacsLisp
18 lines
609 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "treemacs" "20250617.1934"
|
|
"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 "7109ce99853b18435a77267a15c5dd06715b54e4"
|
|
:revdesc "7109ce99853b"
|
|
:authors '(("Alexander Miller" . "alexanderm@web.de"))
|
|
:maintainers '(("Alexander Miller" . "alexanderm@web.de")))
|