From 14184241b0d596b57cd64a39bf487083eb535a46 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 3 Sep 2023 17:24:01 +0300 Subject: emacs: update eshell --- .emacs.d/modules/thanos-eshell.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.emacs.d') 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" "public@thanosapollo.com") (setenv "DEBNAME" "Thanos Apollo") +;; configuration with eat +(require 'eshell) +(require 'eat) + +(setf eshell-visual-commands '()) +(eat-eshell-mode 1) ;;;; sudo completion (defun pcomplete/sudo () -- cgit v1.2.3