branch: elpa/eat
commit aef8dae61b11e723668a19c7679486006c60629f
Author: Akib Azmain Turja <a...@disroot.org>
Commit: Akib Azmain Turja <a...@disroot.org>

    Enable shell command completion by default
    
    * eat.el (eat-mode): Use shell mode's completion facilities.
---
 eat.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eat.el b/eat.el
index 57aaedc0f5..08127d2211 100644
--- a/eat.el
+++ b/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

Reply via email to