Skip to content

Commit c3e150b

Browse files
committed
prescient
1 parent ada7389 commit c3e150b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lisp/larsen-ivy.el

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
:config
2626
(counsel-mode t))
2727

28+
(use-package prescient)
29+
(use-package ivy-prescient
30+
:config
31+
(ivy-prescient-mode t))
32+
2833
(use-package counsel-projectile
2934
:bind (("<f6>" . counsel-projectile-ag)))
3035

0 commit comments

Comments
 (0)