anaconda-mode-view-mode-map doesn't exist; use anaconda-view-mode-map

This commit is contained in:
David Florness 2017-12-28 00:08:58 -07:00 committed by James N
parent 78e0797d15
commit 46dfa1bf5c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
;; Bindings don't seem to be set the first time.
(add-hook 'anaconda-mode-hook #'evil-normalize-keymaps)
(evil-define-key 'normal anaconda-mode-view-mode-map
(evil-define-key 'normal anaconda-view-mode-map
"gj" 'next-error-no-select
"gk" 'previous-error-no-select
(kbd "C-j") 'next-error-no-select