summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/modules/thanos-eshell.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/modules/thanos-eshell.el b/.emacs.d/modules/thanos-eshell.el
index 484bad8..1a0e9c3 100644
--- a/.emacs.d/modules/thanos-eshell.el
+++ b/.emacs.d/modules/thanos-eshell.el
@@ -27,6 +27,12 @@
(setenv "EDITOR" "emacsclient -n")
(setenv "DEBEMAIL" "[email protected]")
(setenv "DEBNAME" "Thanos Apollo")
+;; configuration with eat
+(require 'eshell)
+(require 'eat)
+
+(setf eshell-visual-commands '())
+(eat-eshell-mode 1)
;;;; sudo completion
(defun pcomplete/sudo ()