Refactor popup implementation
This commit is contained in:
parent
008cee1afc
commit
e2a60e8a9d
5 changed files with 39 additions and 22 deletions
|
@ -19,8 +19,6 @@
|
|||
|
||||
(evil-initial-state 'flycheck-error-list-mode 'emacs)
|
||||
(map! :map flycheck-error-list-mode-map
|
||||
:n [escape] 'kill-this-buffer
|
||||
:n "q" 'kill-this-buffer
|
||||
:n "C-n" 'flycheck-error-list-next-error
|
||||
:n "C-p" 'flycheck-error-list-previous-error
|
||||
:n "j" 'flycheck-error-list-next-error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue