Config: streamline minimal terminal config
This commit is contained in:
@@ -51,11 +51,6 @@
|
||||
:bind (:map corfu-map
|
||||
("RET" . nil)))
|
||||
|
||||
(unless (or (display-graphic-p)
|
||||
(featurep 'tty-child-frames))
|
||||
(use-package corfu-terminal
|
||||
:hook (global-corfu-mode . corfu-terminal-mode)))
|
||||
|
||||
;; 在eshell中使用tab打开补全
|
||||
(add-hook 'eshell-mode-hook
|
||||
(lambda ()
|
||||
|
||||
Reference in New Issue
Block a user