summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 288a3dc9..dc4e606b 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -171,10 +171,6 @@ With two prefix arguments, write out the day and month name."
   :defer 1
   :config (progn
             (ivy-mode +1)))
-(use-package ivy-prescient
-  :after counsel
-  :config (progn
-            (ivy-prescient-mode +1)))
 (use-package ivy-hydra
   :defer 2)