refactor(corfu): conform to naming conventions

This commit is contained in:
Henrik Lissner 2024-07-12 19:08:10 -04:00
parent ce84690dc5
commit b3ef202451
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
;;; completion/corfu/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(defun +corfu-move-to-minibuffer ()
(defun +corfu/move-to-minibuffer ()
"Move the current list of candidates to your choice of minibuffer completion UI."
(interactive)
(pcase completion-in-region--data
@ -27,7 +27,7 @@
(t (error "No minibuffer completion UI available for moving to!")))))))
;;;###autoload
(defun +corfu-smart-sep-toggle-escape ()
(defun +corfu/smart-sep-toggle-escape ()
"Insert `corfu-separator' or toggle escape if it's already there."
(interactive)
(cond ((and (char-equal (char-before) corfu-separator)