diff --git a/evil-collection-leetcode.el b/evil-collection-leetcode.el index e06b5b8..17ef814 100644 --- a/evil-collection-leetcode.el +++ b/evil-collection-leetcode.el @@ -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-descri + (kbd "RET") 'leetcode-show-descri "gr" 'leetcode-problems-refresh "q" 'quit-window))