Compare commits
2 Commits
145f99d5ae
...
866c79c2b2
| Author | SHA1 | Date | |
|---|---|---|---|
| 866c79c2b2 | |||
| 463a0082b5 |
8
init.el
8
init.el
@ -2754,9 +2754,8 @@ Note that this workaround is incomplete, as explained in this comment."
|
||||
pcomplete/git))
|
||||
|
||||
(use-package eshell
|
||||
:init (progn
|
||||
(setq eshell-cmpl-cycle-completions nil
|
||||
eshell-scroll-to-bottom-on-input t
|
||||
:init (setopt eshell-cmpl-cycle-completions nil
|
||||
eshell-scroll-to-bottom-on-input 'this
|
||||
eshell-prefer-lisp-functions nil
|
||||
eshell-error-if-no-glob nil
|
||||
eshell-hist-ignoredups t
|
||||
@ -2768,7 +2767,8 @@ Note that this workaround is incomplete, as explained in this comment."
|
||||
eshell-prompt-function #'eshell/default-prompt-function
|
||||
eshell-highlight-prompt nil
|
||||
eshell-cd-on-directory t
|
||||
eshell-expand-input-functions '(eshell-expand-history-references)))
|
||||
eshell-expand-input-functions '(eshell-expand-history-references)
|
||||
eshell-plain-echo-behavior t)
|
||||
|
||||
:bind (:map eshell-mode-map
|
||||
("M-P" . eshell-previous-prompt)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user