Disable corfu-auto in GUD as well as eshell
This commit is contained in:
parent
be1d1ff58c
commit
9cd33c2dfd
|
@ -980,8 +980,13 @@ Set treesit to fontify all elements, default was 3 (out of 4)
|
||||||
(add-hook 'eshell-mode-hook
|
(add-hook 'eshell-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(setq-local corfu-auto nil
|
(setq-local corfu-auto nil
|
||||||
corfu-quit-at-boundary t
|
corfu-auto-commands nil)
|
||||||
corfu-quit-no-match t)
|
(corfu-mode)))
|
||||||
|
|
||||||
|
(add-hook 'gud-mode-hook
|
||||||
|
(lambda ()
|
||||||
|
(setq-local corfu-auto nil
|
||||||
|
corfu-auto-commands nil)
|
||||||
(corfu-mode)))
|
(corfu-mode)))
|
||||||
|
|
||||||
(defun corfu-send-shell (&rest _)
|
(defun corfu-send-shell (&rest _)
|
||||||
|
|
Loading…
Reference in a new issue