Enable shell command completion by default
* eat.el (eat-mode): Use shell mode's completion facilities.
This commit is contained in:
parent
85866fdc78
commit
aef8dae61b
1 changed files with 2 additions and 0 deletions
2
eat.el
2
eat.el
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue