refactor(corfu): conform to conventions

This commit is contained in:
Henrik Lissner
2025-03-30 18:30:55 -04:00
parent 2eca701615
commit dfe5b8d4e9
2 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,13 @@
;;; completion/corfu/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(defun +corfu-dabbrev-friend-buffer-p (other-buffer)
(< (buffer-size other-buffer) +corfu-buffer-scanning-size-limit))
;;
;;; Commands
;;;###autoload
(defun +corfu/move-to-minibuffer ()
"Move the current list of candidates to your choice of minibuffer completion UI."