emacs-corfu-mouse/README.org

34 lines
769 B
Org Mode
Raw Permalink Normal View History

2022-06-26 18:51:06 +02:00
#+title: ~corfu-mouse~ - Mouse support for Corfu
2022-06-26 18:43:20 +02:00
2025-05-15 23:22:23 +02:00
Forked from [[https://codeberg.org/akib/emacs-corfu-mouse][there]]
2025-05-15 23:29:07 +02:00
2025-05-15 23:22:23 +02:00
Supports pixel-scroll-precision
2022-06-26 18:43:20 +02:00
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:
2022-06-26 18:43:20 +02:00
** Quelpa
#+begin_src emacs-lisp
2025-05-15 23:29:07 +02:00
(quelpa '(corfu-mouse
:fetcher git
:url "https://codeberg.org/materus/emacs-corfu-mouse"))
2022-06-26 18:43:20 +02:00
#+end_src
** Straight.el
#+begin_src emacs-lisp
2025-05-15 23:29:07 +02:00
(straight-use-package
'(corfu-mouse :type git
:repo "https://codeberg.org/materus/emacs-corfu-mouse"))
2022-06-26 18:43:20 +02:00
#+end_src
** Manual
Download the ~corfu-mouse.el~ file and put it in your ~load-path~.