config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

magit-section-pkg.el (510B)


      1 ;; -*- no-byte-compile: t; lexical-binding: nil -*-
      2 (define-package "magit-section" "20241102.1300"
      3   "Sections for read-only buffers."
      4   '((emacs  "26.1")
      5     (compat "30.0.0.0")
      6     (dash   "2.19.1")
      7     (seq    "2.24"))
      8   :url "https://github.com/magit/magit"
      9   :commit "4992c3d1f64e0e983692c7a61d47069f47380dbf"
     10   :revdesc "4992c3d1f64e"
     11   :keywords '("tools")
     12   :authors '(("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev"))
     13   :maintainers '(("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev")))