added flycheck list errors
This commit is contained in:
parent
d2404af142
commit
fe52b9b822
1
conf.org
1
conf.org
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue