diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2023-12-11 21:42:49 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2023-12-11 21:42:49 -0500 |
commit | be1ab768508368ab15cff971a234d086941491b1 (patch) | |
tree | 4c32dbdba2cf42b91f00bd3159d0f284b993b7ad /emacs | |
parent | 7c5bf89bbd3771ec76f9a03c873cf1904ce64c70 (diff) |
update
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.config/emacs-kj/lisp/kj-eshell.el | 4 |
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)) |