Fix last commit

This commit is contained in:
2026-08-10 12:50:14 -07:00
parent 867fd96d51
commit 2afdcea78e
+6 -3
View File
@@ -756,6 +756,12 @@ With NO-UPDATE-BAR, don't update any status bar's state."
:defer nil :defer nil
:diminish evil-collection-unimpaired-mode :diminish evil-collection-unimpaired-mode
:config :config
(setf (plist-get (alist-get 'repl-submit evil-collection-binding-defaults)
:state)
'(normal insert)
(plist-get (alist-get 'repl-newline evil-collection-binding-defaults)
:enabled)
nil)
(evil-collection-init)) (evil-collection-init))
(use-package evil-surround (use-package evil-surround
:after evil :after evil
@@ -2973,9 +2979,6 @@ Actually, return the method name."
:custom :custom
(eshell-history-append t) (eshell-history-append t)
:config :config
(evil-define-key '(normal insert) eshell-mode-map
(kbd "RET") #'eshell-send-input
(kbd "<return>") #'eshell-send-input)
(defun my/-eshell-filter-alias-list () (defun my/-eshell-filter-alias-list ()
(cl-remove-if-not (lambda (elt) (cl-remove-if-not (lambda (elt)
(or (string-match-p (or (string-match-p