Refactor popup implementation

This commit is contained in:
Henrik Lissner 2016-04-19 03:12:25 -04:00
parent 008cee1afc
commit e2a60e8a9d
5 changed files with 39 additions and 22 deletions

View file

@ -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