aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/magit-section-20220502.2245/magit-section-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/magit-section-20220502.2245/magit-section-pkg.el')
-rw-r--r--elpa/magit-section-20220502.2245/magit-section-pkg.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/elpa/magit-section-20220502.2245/magit-section-pkg.el b/elpa/magit-section-20220502.2245/magit-section-pkg.el
new file mode 100644
index 0000000..6ff99fd
--- /dev/null
+++ b/elpa/magit-section-20220502.2245/magit-section-pkg.el
@@ -0,0 +1,14 @@
+(define-package "magit-section" "20220502.2245" "Sections for read-only buffers."
+ '((emacs "25.1")
+ (compat "28.1.1.0")
+ (dash "20210826"))
+ :commit "476383fc8fb0f6ea4c6fc29d7057a1b5b5f95bd8" :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: