From be1ab768508368ab15cff971a234d086941491b1 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 11 Dec 2023 21:42:49 -0500 Subject: update --- emacs/.config/emacs-kj/lisp/kj-eshell.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'emacs/.config') diff --git a/emacs/.config/emacs-kj/lisp/kj-eshell.el b/emacs/.config/emacs-kj/lisp/kj-eshell.el index 0ccfa7b..aa8a4d8 100644 --- a/emacs/.config/emacs-kj/lisp/kj-eshell.el +++ b/emacs/.config/emacs-kj/lisp/kj-eshell.el @@ -13,8 +13,6 @@ eshell-scroll-to-bottom-on-input 'all eshell-hist-ignoredups t eshell-destroy-buffer-when-process-dies t - eshell-review-quick-commands nil - eshell-smart-space-goes-to-end t eshell-error-if-no-glob t) (setq tramp-remote-path '(tramp-own-remote-path)) @@ -25,8 +23,6 @@ (add-to-list 'eshell-complex-commands "ssh") - (add-to-list 'eshell-modules-list 'eshell-smart) - (add-to-list 'eshell-modules-list 'eshell-tramp) (add-hook 'eshell-mode-hook 'visual-line-mode)) -- cgit v1.2.3