mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
eshell-input-filter = eshell-input-filter-initial-space
Don't record a command in history if prefixed with whitespace.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user