|
||
---|---|---|
.dir-locals.el | ||
COPYING | ||
README.org | ||
corfu-mouse.el |
README.org
corfu-mouse
- Mouse support for Corfu
Forked from there
Supports pixel-scroll-precision
This package adds mouse support to Corfu. To enable,
M-x corfu-mouse-mode
.
Installation
corfu-mouse
isn't available on any ELPA right now. So, you have to
follow one of the following methods:
Quelpa
(quelpa '(corfu-mouse
:fetcher git
:url "https://codeberg.org/materus/emacs-corfu-mouse"))
Straight.el
(straight-use-package
'(corfu-mouse :type git
:repo "https://codeberg.org/materus/emacs-corfu-mouse"))
Manual
Download the corfu-mouse.el
file and put it in your load-path
.