10 lines
369 B
EmacsLisp
10 lines
369 B
EmacsLisp
|
|
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||
|
|
(define-package "counsel-projectile" "20211004.2003"
|
||
|
|
"Ivy integration for Projectile."
|
||
|
|
'((counsel "0.13.4")
|
||
|
|
(projectile "2.5.0"))
|
||
|
|
:url "https://github.com/ericdanan/counsel-projectile"
|
||
|
|
:commit "e30150792a96968f55f34638cbfe63eaa30839cc"
|
||
|
|
:revdesc "e30150792a96"
|
||
|
|
:keywords '("project" "convenience"))
|