avy-pkg.el (469B)
1 ;; -*- no-byte-compile: t; lexical-binding: nil -*- 2 (define-package "avy" "20241101.1357" 3 "Jump to arbitrary positions in visible text and select text quickly." 4 '((emacs "24.1") 5 (cl-lib "0.5")) 6 :url "https://github.com/abo-abo/avy" 7 :commit "933d1f36cca0f71e4acb5fac707e9ae26c536264" 8 :revdesc "933d1f36cca0" 9 :keywords '("point" "location") 10 :authors '(("Oleh Krehel" . "ohwoeowho@gmail.com")) 11 :maintainers '(("Oleh Krehel" . "ohwoeowho@gmail.com")))