config

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

magit-section-pkg.el (460B)


      1 (define-package "magit-section" "20240426.1325" "Sections for read-only buffers."
      2   '((emacs "25.1")
      3     (compat "29.1.4.4")
      4     (dash "20221013"))
      5   :commit "fef45b274ecb4dc0448bd34dac26f7eaff621e59" :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: