From 2d98f618c822db9f734e2fbeb14426d40006eab0 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 28 May 2022 16:30:01 -0400 Subject: [PATCH] evil-collection: don't use $ for end-of-line in magit I'm using to $ showing the magit processes. --- lisp/keys.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/keys.el b/lisp/keys.el index d353247..353555a 100644 --- a/lisp/keys.el +++ b/lisp/keys.el @@ -44,6 +44,7 @@ ;; Evil-like bindings for various modes (use-package evil-collection + :custom (evil-collection-magit-use-$-for-end-of-line nil) :straight (evil-collection :type git :host github :repo "emacs-evil/evil-collection" :fork (:host github :repo "edwargix/evil-collection")) -- 2.38.4