Files
emacs/lisp/treemacs-magit/treemacs-magit-pkg.el
2025-03-11 21:14:26 +01:00

16 lines
502 B
EmacsLisp

(define-package "treemacs-magit" "20240131.2042" "Magit integration for treemacs"
'((emacs "26.1")
(treemacs "0.0")
(pfuture "1.3")
(magit "2.90.0"))
:commit "bcba09c1581c4bd93ff0217d464aead04f6d26d4" :authors
'(("Alexander Miller" . "alexanderm@web.de"))
:maintainers
'(("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: