commit 8adee1e0d233c0c82e4e69ed0b85001aa45010fe
parent b8180cb5a64f2bb2701501cd74c1eb4ebfad3c88
Author: Hugo Soucy <hsoucy@kronostechnologies.com>
Date: Tue, 19 Jun 2018 10:33:35 -0400
Remove the use-package for counsel.
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/partials/extras.el b/partials/extras.el
@@ -64,13 +64,6 @@
:ensure t
:pin melpa)
-(use-package counsel
- ;; Various completion functions using Ivy.
- :ensure t
- :pin melpa
- :requires
- (swiper ivy))
-
(use-package command-log-mode
;; log keyboard commands to buffer.
:ensure t