diff --git a/README.org b/README.org index 4013911..e2523ef 100644 --- a/README.org +++ b/README.org @@ -4794,7 +4794,10 @@ that do not visit a file. Listing [[lst:configure-flymake]] aliases =list-error #+begin_src emacs-lisp -n :results silent (with-eval-after-load 'flymake (defalias 'list-errors #'flymake-show-buffer-diagnostics - "Show a list of Flymake diagnostics for current buffer.")) + "Show a list of Flymake diagnostics for current buffer.") + + (keymap-set flymake-mode-map "M-n" 'flymake-goto-next-error) + (keymap-set flymake-mode-map "M-p" 'flymake-goto-prev-error)) #+end_src * Programming Modes