Compare commits

..

No commits in common. "866c79c2b2fd0a48ff5e50d6c7531e500ea5cade" and "145f99d5ae2d331d4520ac538645ffd55b040bf3" have entirely different histories.

View File

@ -2754,8 +2754,9 @@ Note that this workaround is incomplete, as explained in this comment."
pcomplete/git)) pcomplete/git))
(use-package eshell (use-package eshell
:init (setopt eshell-cmpl-cycle-completions nil :init (progn
eshell-scroll-to-bottom-on-input 'this (setq eshell-cmpl-cycle-completions nil
eshell-scroll-to-bottom-on-input t
eshell-prefer-lisp-functions nil eshell-prefer-lisp-functions nil
eshell-error-if-no-glob nil eshell-error-if-no-glob nil
eshell-hist-ignoredups t 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-prompt-function #'eshell/default-prompt-function
eshell-highlight-prompt nil eshell-highlight-prompt nil
eshell-cd-on-directory t 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 :bind (:map eshell-mode-map
("M-P" . eshell-previous-prompt) ("M-P" . eshell-previous-prompt)