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