summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/custom/my-eshell.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/custom/my-eshell.el b/emacs/custom/my-eshell.el
index bd3b192..dfbe025 100644
--- a/emacs/custom/my-eshell.el
+++ b/emacs/custom/my-eshell.el
@@ -30,7 +30,6 @@
(require 'em-dirs)
(require 'em-glob)
(require 'em-hist)
-(require 'em-smart)
(require 'em-term)
(require 'em-tramp)
(require 'em-prompt)
@@ -181,13 +180,11 @@ append to it, while separating multiple outputs with
(customize-set-variable 'eshell-highlight-prompt nil)
(customize-set-variable 'eshell-where-to-jump 'begin)
(customize-set-variable 'eshell-review-quick-commands nil)
-(customize-set-variable 'eshell-smart-space-goes-to-end t)
(customize-set-variable 'tramp-shell-prompt-pattern "^[^$>\n]*[#$%>] *\\(customize-set-variable '\[[0-9;]*[a-zA-Z] *\\)*")
(customize-set-variable 'eshell-destroy-buffer-when-process-dies t)
(add-hook 'eshell-mode-hook 'my/eshell-mode-setup)
(add-hook 'eshell-mode-hook 'my/eshell-current-command-time-track)
-(add-hook 'eshell-mode-hook 'eshell-smart-initialize)
(provide 'my-eshell)