diff options
author | Thanos Apollo <[email protected]> | 2023-09-03 17:24:01 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-03 17:24:01 +0300 |
commit | 14184241b0d596b57cd64a39bf487083eb535a46 (patch) | |
tree | 1f764eb452144c306387a7d3dce40a97386c364b | |
parent | ac5481a1de4397e2c417e71a0429788a854aa751 (diff) |
emacs: update eshell
-rw-r--r-- | .emacs.d/modules/thanos-eshell.el | 6 |
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 () |