Files
emacs-conf/lisp/swiper/swiper-pkg.el

12 lines
447 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "swiper" "20260101.2125"
"Isearch with an overview. Oh, man!."
'((emacs "24.5")
(ivy "0.15.1"))
:url "https://github.com/abo-abo/swiper"
:commit "d489b4f0d48fd215119261d92de103c5b5580895"
:revdesc "d489b4f0d48f"
:keywords '("matching")
:authors '(("Oleh Krehel" . "ohwoeowho@gmail.com"))
:maintainers '(("Basil L. Contovounesios" . "basil@contovou.net")))