From a2be5fe3166392b09a1edbe0fcc285c68689b360 Mon Sep 17 00:00:00 2001 From: materus Date: Thu, 15 May 2025 23:29:07 +0200 Subject: [PATCH] README update --- README.org | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index ba03177..27ef380 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,7 @@ #+title: ~corfu-mouse~ - Mouse support for Corfu Forked from [[https://codeberg.org/akib/emacs-corfu-mouse][there]] + Supports pixel-scroll-precision This package adds mouse support to Corfu. To enable, @@ -14,17 +15,17 @@ follow one of the following methods: ** Quelpa #+begin_src emacs-lisp -(quelpa '(corfu-mouse - :fetcher git - :url "https://codeberg.org/akib/emacs-corfu-mouse.git")) + (quelpa '(corfu-mouse + :fetcher git + :url "https://codeberg.org/materus/emacs-corfu-mouse")) #+end_src ** Straight.el #+begin_src emacs-lisp -(straight-use-package - '(corfu-mouse :type git - :repo "https://codeberg.org/akib/emacs-corfu-mouse.git")) + (straight-use-package + '(corfu-mouse :type git + :repo "https://codeberg.org/materus/emacs-corfu-mouse")) #+end_src ** Manual