~edwargix/emacs.d

2d98f618c822db9f734e2fbeb14426d40006eab0 — David Florness 3 years ago ffda9b5
evil-collection: don't use $ for end-of-line in magit

I'm using to $ showing the magit processes.
1 files changed, 1 insertions(+), 0 deletions(-)

M lisp/keys.el
M lisp/keys.el => lisp/keys.el +1 -0
@@ 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"))