Skip to content

Commit

Permalink
tweak(vertico): enable vertico-mouse-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 13, 2024
1 parent 94c0654 commit 48b10dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/me-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ This depends on `+cape-hosts' and `+cape-global-capes'."
:hook (minibuffer-setup . vertico-repeat-save)
:bind ("M-R" . vertico-repeat))

(use-package vertico-mouse
:hook (vertico-mode . vertico-mouse-mode))

(use-package wgrep
:straight t
:commands wgrep-change-to-wgrep-mode
Expand Down

0 comments on commit 48b10dd

Please sign in to comment.