Skip to content

Commit

Permalink
make counsel lru
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Ye committed Jun 28, 2024
1 parent a32b9ad commit 0f5cf0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phye-lisp/phye-init-edit.el
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@
(with-eval-after-load 'counsel
(setcdr (assoc 'counsel-M-x ivy-initial-inputs-alist) ""))

(use-package ivy-prescient
:ensure t
:after counsel
:config
(ivy-prescient-mode))

(use-package better-jumper
:ensure t
:defer t
Expand Down

0 comments on commit 0f5cf0f

Please sign in to comment.