chore(completion): Remove corfu-terminal. It's not needed on emacs31

This commit is contained in:
2026-02-28 13:03:26 -03:00
parent c514f1187e
commit be2259df8d

View File

@@ -96,15 +96,6 @@
(advice-add 'eglot-completion-at-point :around #'cape-wrap-buster)
)
;; Hacer que corfu funcione en la terminal
(unless (display-graphic-p)
(use-package corfu-terminal
:after corfu
:ensure (:repo "https://codeberg.org/akib/emacs-corfu-terminal.git")
:init
(corfu-terminal-mode +1))
)
;; A few more useful configurations...
(use-package emacs
:ensure nil