making repo for config
This commit is contained in:
commit
6261a44aa4
13 changed files with 1243 additions and 0 deletions
13
modules/completion/corfu/autoload/minibuffer.el
Normal file
13
modules/completion/corfu/autoload/minibuffer.el
Normal file
|
@ -0,0 +1,13 @@
|
|||
;;; completion/corfu/autoload/corfu.el -*- lexical-binding: t; -*-
|
||||
;;;###if (modulep! :completion corfu +minibuffer)
|
||||
|
||||
;;;###autoload
|
||||
(defun +corfu--enable-in-minibuffer ()
|
||||
(unless (or (bound-and-true-p mct--active)
|
||||
(bound-and-true-p vertico--input)
|
||||
(memq this-command '(evil-ex
|
||||
evil-ex-search-forward
|
||||
evil-ex-search-backward))
|
||||
(and (modulep! :completion helm)
|
||||
(helm--alive-p))
|
||||
(corfu-mode +1))))
|
Loading…
Add table
Add a link
Reference in a new issue