diff --git a/modules/emacs/eshell/config.el b/modules/emacs/eshell/config.el index 96490c875..aa88bdc59 100644 --- a/modules/emacs/eshell/config.el +++ b/modules/emacs/eshell/config.el @@ -54,6 +54,8 @@ You should use `det-eshell-alias!' to change this.") eshell-buffer-shorthand t eshell-kill-processes-on-exit t eshell-hist-ignoredups t + ;; don't record command in history if prefixed with whitespace + eshell-input-filter #'eshell-input-filter-initial-space ;; em-prompt eshell-prompt-regexp "^.* λ " eshell-prompt-function #'+eshell-default-prompt