From be2259df8dcb7d8e2b62495f7a942f6201e6ea12 Mon Sep 17 00:00:00 2001 From: "Jaisser J. Sanguino" Date: Sat, 28 Feb 2026 13:03:26 -0300 Subject: [PATCH] chore(completion): Remove corfu-terminal. It's not needed on emacs31 --- configs/init-completion.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configs/init-completion.el b/configs/init-completion.el index 5e77521..9091736 100644 --- a/configs/init-completion.el +++ b/configs/init-completion.el @@ -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