diff --git a/init.el b/init.el index 1b34b66..02e577c 100644 --- a/init.el +++ b/init.el @@ -608,7 +608,7 @@ have been closed." :hook (prog-mode-hook . flymake-mode) :bind - ("C-c e" . flymake-show-buffer-diagnostics)) + ("C-c C-e" . flymake-show-buffer-diagnostics)) ;; ---------------------------------- ;; ;; frame @@ -1063,6 +1063,7 @@ DOCSTRING is an optional form that is discarded upon expansion." ("M-s l" . consult-line) ("M-s L" . consult-line-multi) ("C-S-s" . consult-line-multi) + ("C-c e" . consult-flymake) ("C-x M-b" . consult-buffer-other-window) (" " . consult-goto-line) (" " . consult-line)