flycheck-mode: unbind list-errors

I don't remember what this was interfering with, but I guess I don't
want this keybinding.
1 files changed, 0 insertions(+), 1 deletions(-)

M dotemacs.el
M dotemacs.el +0 -1
@@ 57,7 57,6 @@ 
               ("C-c C-d" . eldoc-doc-buffer)
               ("C-c C-n" . flymake-goto-next-error)
               ("C-c C-p" . flymake-goto-prev-error)
-              ("C-c C-c l" . flycheck-list-errors)
               ("C-c C-c a" . lsp-execute-code-action)
               ("C-c C-c r" . lsp-rename)
               ("C-c C-c q" . lsp-workspace-restart)