evil-collection-elpaca-setup: update -> merge

[This upstream commit](039ae35a57) has renamed the `-update` commands to `-merge`.
This commit is contained in:
asymmetric 2024-03-05 12:25:33 +00:00 committed by Youmu
parent 54e1eb02d9
commit 0da72667ce
1 changed files with 2 additions and 2 deletions

View File

@ -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