summary refs log tree commit diff stats
path: root/user/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs')
-rw-r--r--user/emacs/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 7cd3cb7c..09d11ae1 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -171,6 +171,10 @@ 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)