config

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

wgrep-pkg.el (498B)


      1 (define-package "wgrep" "20230203.1214" "Writable grep buffer"
      2   '((emacs "25.1"))
      3   :commit "b4d69280d8a6a5ded1597e02afbaa811a160383b" :authors
      4   '(("Masahiro Hayashi" . "mhayashi1120@gmail.com"))
      5   :maintainers
      6   '(("Masahiro Hayashi" . "mhayashi1120@gmail.com"))
      7   :maintainer
      8   '("Masahiro Hayashi" . "mhayashi1120@gmail.com")
      9   :keywords
     10   '("grep" "edit" "extensions")
     11   :url "http://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep.el")
     12 ;; Local Variables:
     13 ;; no-byte-compile: t
     14 ;; End: