commit a76878837eb5e6da1186083a9e8c92abf60da7e2
parent 676b6b534ae324449e59996b7ec30a89dc25a1e6
Author: andsy10 <andsy1016@gmail.com>
Date: Wed, 26 Aug 2026 12:03:25 +0800
Remove corfu-terminal
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/lisp/init-completion.el b/lisp/init-completion.el
@@ -217,12 +217,6 @@ targets."
(add-hook 'org-mode-hook
(lambda () (setq-local corfu-auto nil))))
-(unless (or (display-graphic-p)
- (>= emacs-major-version 31))
- (use-package corfu-terminal
- :hook
- (after-init . corfu-terminal-mode)))
-
;; cape
(use-package cape
:commands (cape-file cape-elisp-block cape-keyword)