11 lines
469 B
EmacsLisp
11 lines
469 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "avy" "20241101.1357"
|
|
"Jump to arbitrary positions in visible text and select text quickly."
|
|
'((emacs "24.1")
|
|
(cl-lib "0.5"))
|
|
:url "https://github.com/abo-abo/avy"
|
|
:commit "933d1f36cca0f71e4acb5fac707e9ae26c536264"
|
|
:revdesc "933d1f36cca0"
|
|
:keywords '("point" "location")
|
|
:authors '(("Oleh Krehel" . "ohwoeowho@gmail.com"))
|
|
:maintainers '(("Oleh Krehel" . "ohwoeowho@gmail.com")))
|