Update evil-collection-leetcode.el

The upstream leetcode package function's name updated.
This commit is contained in:
Misaka 2020-01-14 09:54:32 +08:00 committed by James N
parent e9f284b5d6
commit 8532282e64
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
(defun evil-collection-leetcode-setup ()
"Set up `evil' bindings for `leetcode'."
(evil-collection-define-key 'normal 'leetcode--problems-mode-map
(kbd "RET") 'leetcode-show-description
(kbd "RET") 'leetcode-show-current-problem
"gr" 'leetcode-problems-refresh
"q" 'quit-window))