config

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

magit-section-pkg.el (460B)


      1 (define-package "magit-section" "20240621.2229" "Sections for read-only buffers."
      2   '((emacs "26.1")
      3     (compat "29.1.4.5")
      4     (dash "20240405"))
      5   :commit "ea0f07e54967197ac0b072a69ba314314a4080c1" :authors
      6   '(("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev"))
      7   :maintainer
      8   '("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev")
      9   :keywords
     10   '("tools")
     11   :url "https://github.com/magit/magit")
     12 ;; Local Variables:
     13 ;; no-byte-compile: t
     14 ;; End: