Add corfu-terminal package
This commit is contained in:
parent
880b76305b
commit
02979e087f
|
@ -87,6 +87,14 @@
|
|||
(with-eval-after-load 'shell (add-hook 'shell-mode-hook 'my/local-corfu-no-auto))
|
||||
(with-eval-after-load 'gud (add-hook 'gud-mode-hook 'my/local-corfu-no-auto)))
|
||||
|
||||
(use-package corfu-terminal
|
||||
:ensure t
|
||||
:after corfu
|
||||
:diminish
|
||||
:demand
|
||||
:config
|
||||
(corfu-terminal-mode +1))
|
||||
|
||||
(require 'corfu)
|
||||
|
||||
(use-package cape
|
||||
|
|
Loading…
Reference in a new issue