tvl-depot/configs/shared/emacs/.emacs.d/elpa/counsel-20180913.921/counsel-pkg.el
William Carroll 9da3ffee41 Update Emacs packages
This is a massive diff that I had to do in a hurry - when leaving
Urbint. I'm pretty sure that most of these are updating Emacs packages,
but I'm not positive.
2018-10-02 09:54:39 -04:00

2 lines
392 B
EmacsLisp

;;; -*- no-byte-compile: t -*-
(define-package "counsel" "20180913.921" "Various completion functions using Ivy" '((emacs "24.3") (swiper "0.9.0")) :commit "f969cf8fcb0f4d201e719a2abbfba466fa6187f8" :keywords '("convenience" "matching" "tools") :authors '(("Oleh Krehel" . "ohwoeowho@gmail.com")) :maintainer '("Oleh Krehel" . "ohwoeowho@gmail.com") :url "https://github.com/abo-abo/swiper")