Skip to content

Commit

Permalink
evil-collection-elpaca-setup: update -> merge
Browse files Browse the repository at this point in the history
[This upstream commit](progfolio/elpaca@039ae35) has renamed the `-update` commands to `-merge`.
  • Loading branch information
asymmetric authored and condy0919 committed Mar 5, 2024
1 parent 54e1eb0 commit 0da7266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modes/elpaca/evil-collection-elpaca.el
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ If this is nil, match original `elpaca' behavior."
(if evil-collection-elpaca-want-u-unmark
(evil-collection-define-key 'normal 'elpaca-ui-mode-map
(kbd "u") 'elpaca-ui-unmark
(kbd "U") 'elpaca-ui-mark-update)
(kbd "U") 'elpaca-ui-mark-merge)
(evil-collection-define-key 'normal 'elpaca-ui-mode-map
(kbd "U") 'elpaca-ui-unmark
(kbd "u") 'elpaca-ui-mark-update))
(kbd "u") 'elpaca-ui-mark-merge))

(if evil-collection-elpaca-want-v
(evil-collection-define-key 'normal 'elpaca-ui-mode-map
Expand Down

0 comments on commit 0da7266

Please sign in to comment.