config

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

magit-pkg.el (645B)


      1 (define-package "magit" "20240426.2118" "A Git porcelain inside Emacs."
      2   '((emacs "25.1")
      3     (compat "29.1.4.4")
      4     (dash "20240103")
      5     (git-commit "20240123")
      6     (magit-section "20240114")
      7     (seq "2.24")
      8     (transient "20240201")
      9     (with-editor "20240101"))
     10   :commit "49ba535f526266b69fcaf7442acfa59ad8473caf" :authors
     11   '(("Marius Vollmer" . "marius.vollmer@gmail.com")
     12     ("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev"))
     13   :maintainer
     14   '("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev")
     15   :keywords
     16   '("git" "tools" "vc")
     17   :url "https://github.com/magit/magit")
     18 ;; Local Variables:
     19 ;; no-byte-compile: t
     20 ;; End: