Add dedicated customization group
This commit is contained in:
parent
5fd2b8a831
commit
009d818895
|
@ -37,10 +37,16 @@
|
|||
|
||||
(require 'corfu)
|
||||
|
||||
(defgroup corfu-mouse nil
|
||||
"Mouse support for Corfu."
|
||||
:group 'corfu
|
||||
:link '(url-link "https://codeberg.org/akib/emacs-corfu-mouse")
|
||||
:prefix "corfu-mouse-")
|
||||
|
||||
(defface corfu-mouse
|
||||
'((t :inherit highlight))
|
||||
"Face used for mouse highlighting."
|
||||
:group 'corfu-faces)
|
||||
:group 'corfu-mouse)
|
||||
|
||||
(defvar corfu-mouse--completion-buffer nil
|
||||
"The buffer for which the popup is being shown.")
|
||||
|
|
Loading…
Reference in New Issue