config

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

avy-pkg.el (498B)


      1 (define-package "avy" "20230420.404" "Jump to arbitrary positions in visible text and select text quickly."
      2   '((emacs "24.1")
      3     (cl-lib "0.5"))
      4   :commit "be612110cb116a38b8603df367942e2bb3d9bdbe" :authors
      5   '(("Oleh Krehel" . "ohwoeowho@gmail.com"))
      6   :maintainers
      7   '(("Oleh Krehel" . "ohwoeowho@gmail.com"))
      8   :maintainer
      9   '("Oleh Krehel" . "ohwoeowho@gmail.com")
     10   :keywords
     11   '("point" "location")
     12   :url "https://github.com/abo-abo/avy")
     13 ;; Local Variables:
     14 ;; no-byte-compile: t
     15 ;; End: