emacs.d/elpa/avy-20200311.1106/avy-pkg.el

3 lines
400 B
EmacsLisp
Raw Normal View History

2020-03-27 11:56:42 +01:00
;;; -*- no-byte-compile: t -*-
(define-package "avy" "20200311.1106" "Jump to arbitrary positions in visible text and select text quickly." '((emacs "24.1") (cl-lib "0.5")) :commit "3bf83140fad4c28f2dc4c7107b9d8fef84d17cb9" :keywords '("point" "location") :authors '(("Oleh Krehel" . "ohwoeowho@gmail.com")) :maintainer '("Oleh Krehel" . "ohwoeowho@gmail.com") :url "https://github.com/abo-abo/avy")