Skip to content

Commit

Permalink
Rebind removed alias vertico-repeat-last to vertico-repeat-previous
Browse files Browse the repository at this point in the history
  • Loading branch information
downward-funarg authored and smile13241324 committed Sep 11, 2024
1 parent ff9a8ef commit 9d3c263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layers/+completion/compleseus/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,9 @@
:init
(add-hook 'minibuffer-setup-hook #'vertico-repeat-save)
(spacemacs/set-leader-keys
"rl" 'vertico-repeat-last
"rl" 'vertico-repeat-previous
"rL" 'vertico-repeat-select
"sl" 'vertico-repeat-last
"sl" 'vertico-repeat-previous
"sL" 'vertico-repeat-select)))

(defun compleseus/post-init-grep ()
Expand Down

0 comments on commit 9d3c263

Please sign in to comment.