Mouse support for Corfu
Go to file
Mateusz Słodkowicz 4a4db727bb
Fix resize crash, add pixel scroll precision support
2025-05-15 23:19:28 +02:00
.dir-locals.el Add .dir-locals.el 2022-11-26 21:46:18 +06:00
COPYING Add corfu-mouse 2022-06-26 22:43:20 +06:00
README.org Fix yet another unfortunate mistake in README 2022-06-26 22:52:16 +06:00
corfu-mouse.el Fix resize crash, add pixel scroll precision support 2025-05-15 23:19:28 +02:00

README.org

corfu-mouse - Mouse support for Corfu

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/akib/emacs-corfu-mouse.git"))

Straight.el

(straight-use-package
 '(corfu-mouse :type git
               :repo "https://codeberg.org/akib/emacs-corfu-mouse.git"))

Manual

Download the corfu-mouse.el file and put it in your load-path.