summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-12-11 21:42:49 -0500
committerKjetil Orbekk <kj@orbekk.com>2023-12-11 21:42:49 -0500
commitbe1ab768508368ab15cff971a234d086941491b1 (patch)
tree4c32dbdba2cf42b91f00bd3159d0f284b993b7ad
parent7c5bf89bbd3771ec76f9a03c873cf1904ce64c70 (diff)
update
-rw-r--r--emacs/.config/emacs-kj/lisp/kj-eshell.el4
1 files changed, 0 insertions, 4 deletions
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))