Add corfu-terminal package

This commit is contained in:
Evie Litherland-Smith 2024-04-02 11:52:52 +01:00
parent 880b76305b
commit 02979e087f

View file

@ -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