update of packages
This commit is contained in:
16
lisp/counsel/counsel-pkg.el
Normal file
16
lisp/counsel/counsel-pkg.el
Normal file
@@ -0,0 +1,16 @@
|
||||
(define-package "counsel" "20231025.2311" "Various completion functions using Ivy"
|
||||
'((emacs "24.5")
|
||||
(ivy "0.14.2")
|
||||
(swiper "0.14.2"))
|
||||
:commit "8c30f4cab5948aa8d942a3b2bbf5fb6a94d9441d" :authors
|
||||
'(("Oleh Krehel" . "ohwoeowho@gmail.com"))
|
||||
:maintainers
|
||||
'(("Basil L. Contovounesios" . "contovob@tcd.ie"))
|
||||
:maintainer
|
||||
'("Basil L. Contovounesios" . "contovob@tcd.ie")
|
||||
:keywords
|
||||
'("convenience" "matching" "tools")
|
||||
:url "https://github.com/abo-abo/swiper")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
7068
lisp/counsel/counsel.el
Normal file
7068
lisp/counsel/counsel.el
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user