Enable shell command completion by default

* eat.el (eat-mode): Use shell mode's completion facilities.
This commit is contained in:
Akib Azmain Turja 2023-10-06 15:14:25 +06:00
parent 85866fdc78
commit aef8dae61b
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

2
eat.el
View file

@ -6612,6 +6612,8 @@ mouse-3: Switch to char mode"
;; Make sure glyphless character don't display a huge box glyph,
;; that would break the display.
(eat--setup-glyphless-chars)
;; Setup completion for line mode.
(shell-completion-vars)
(when eat-enable-blinking-text
(eat-blink-mode +1))
(when eat-enable-shell-prompt-annotation