Compare commits
No commits in common. "866c79c2b2fd0a48ff5e50d6c7531e500ea5cade" and "145f99d5ae2d331d4520ac538645ffd55b040bf3" have entirely different histories.
866c79c2b2
...
145f99d5ae
8
init.el
8
init.el
@ -2754,8 +2754,9 @@ Note that this workaround is incomplete, as explained in this comment."
|
||||
pcomplete/git))
|
||||
|
||||
(use-package eshell
|
||||
:init (setopt eshell-cmpl-cycle-completions nil
|
||||
eshell-scroll-to-bottom-on-input 'this
|
||||
:init (progn
|
||||
(setq eshell-cmpl-cycle-completions nil
|
||||
eshell-scroll-to-bottom-on-input t
|
||||
eshell-prefer-lisp-functions nil
|
||||
eshell-error-if-no-glob nil
|
||||
eshell-hist-ignoredups t
|
||||
@ -2767,8 +2768,7 @@ 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-plain-echo-behavior t)
|
||||
eshell-expand-input-functions '(eshell-expand-history-references)))
|
||||
|
||||
:bind (:map eshell-mode-map
|
||||
("M-P" . eshell-previous-prompt)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user