feat(corfu): make <tab> execute complete
This commit is contained in:
parent
7252361ab1
commit
c8fa26b07b
1 changed files with 3 additions and 0 deletions
|
|
@ -474,6 +474,9 @@ C-c C-c to apply."
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package corfu
|
(use-package corfu
|
||||||
;; Optional customizations
|
;; Optional customizations
|
||||||
|
:bind (:map corfu-map ("<tab>" . corfu-complete))
|
||||||
|
:config
|
||||||
|
(setq tab-always-indent 'complete)
|
||||||
:custom
|
:custom
|
||||||
(corfu-cycle t) ;; Enable cycling for `corfu-next/previous'
|
(corfu-cycle t) ;; Enable cycling for `corfu-next/previous'
|
||||||
(corfu-auto t) ;; Enable auto completion
|
(corfu-auto t) ;; Enable auto completion
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue