added flycheck list errors

This commit is contained in:
ndwarshuis 2019-04-10 12:32:48 -04:00
parent d2404af142
commit fe52b9b822
1 changed files with 1 additions and 0 deletions

View File

@ -3389,6 +3389,7 @@ The function keys are nice because they are almost (not always) free in every mo
(global-set-key (kbd "C-M-S-k") 'nd/close-all-buffers)
(global-set-key (kbd "C-M-S-o") 'nd/org-close-all-buffers)
(global-set-key (kbd "C-M-S-a") 'org-agenda-kill-all-agenda-buffers)
(global-set-key (kbd "C-M-S-e") #'flycheck-list-errors)
(global-set-key (kbd "M-b") 'nd/switch-to-previous-buffer)
(global-set-key (kbd "M-i") 'imenu)