Files
emacs/lisp/magit-section/magit-section-pkg.el
Daniel Weschke 82f05baffe pkg update and first config fix
org-brain not working, add org-roam
2022-12-19 23:02:34 +01:00

15 lines
430 B
EmacsLisp

(define-package "magit-section" "20221127.2227" "Sections for read-only buffers."
'((emacs "25.1")
(compat "28.1.1.2")
(dash "20210826"))
:commit "3cf308c1c4cdb9404e3d3c6f9935ad9f628311d9" :authors
'(("Jonas Bernoulli" . "jonas@bernoul.li"))
:maintainer
'("Jonas Bernoulli" . "jonas@bernoul.li")
:keywords
'("tools")
:url "https://github.com/magit/magit")
;; Local Variables:
;; no-byte-compile: t
;; End: