diff options
Diffstat (limited to 'configs/shared/emacs/.emacs.d/elpa/avy-20180814.2121/avy-pkg.el')
-rw-r--r-- | configs/shared/emacs/.emacs.d/elpa/avy-20180814.2121/avy-pkg.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/shared/emacs/.emacs.d/elpa/avy-20180814.2121/avy-pkg.el b/configs/shared/emacs/.emacs.d/elpa/avy-20180814.2121/avy-pkg.el new file mode 100644 index 000000000000..ea06bef0dc8d --- /dev/null +++ b/configs/shared/emacs/.emacs.d/elpa/avy-20180814.2121/avy-pkg.el @@ -0,0 +1,2 @@ +;;; -*- no-byte-compile: t -*- +(define-package "avy" "20180814.2121" "Jump to arbitrary positions in visible text and select text quickly." '((emacs "24.1") (cl-lib "0.5")) :commit "a29558d22ce9af163b7959da663a22fcedc9c163" :keywords '("point" "location") :authors '(("Oleh Krehel" . "ohwoeowho@gmail.com")) :maintainer '("Oleh Krehel" . "ohwoeowho@gmail.com") :url "https://github.com/abo-abo/avy") |