diff options
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)) |