README update
This commit is contained in:
parent
9561d46240
commit
a2be5fe316
13
README.org
13
README.org
|
@ -1,6 +1,7 @@
|
||||||
#+title: ~corfu-mouse~ - Mouse support for Corfu
|
#+title: ~corfu-mouse~ - Mouse support for Corfu
|
||||||
|
|
||||||
Forked from [[https://codeberg.org/akib/emacs-corfu-mouse][there]]
|
Forked from [[https://codeberg.org/akib/emacs-corfu-mouse][there]]
|
||||||
|
|
||||||
Supports pixel-scroll-precision
|
Supports pixel-scroll-precision
|
||||||
|
|
||||||
This package adds mouse support to Corfu. To enable,
|
This package adds mouse support to Corfu. To enable,
|
||||||
|
@ -14,17 +15,17 @@ follow one of the following methods:
|
||||||
** Quelpa
|
** Quelpa
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(quelpa '(corfu-mouse
|
(quelpa '(corfu-mouse
|
||||||
:fetcher git
|
:fetcher git
|
||||||
:url "https://codeberg.org/akib/emacs-corfu-mouse.git"))
|
:url "https://codeberg.org/materus/emacs-corfu-mouse"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Straight.el
|
** Straight.el
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(straight-use-package
|
(straight-use-package
|
||||||
'(corfu-mouse :type git
|
'(corfu-mouse :type git
|
||||||
:repo "https://codeberg.org/akib/emacs-corfu-mouse.git"))
|
:repo "https://codeberg.org/materus/emacs-corfu-mouse"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Manual
|
** Manual
|
||||||
|
|
Loading…
Reference in New Issue