A short Emacs configuration tip showing how to integrate Flymake error navigation with Evil mode's jump list. Two custom motions (`mes/evil-goto-next-error` and `mes/evil-goto-prev-error`) are defined using `evil-define-motion` with `:jump t`, so jumping to errors stores the previous location. They are bound to `C-j` and `C-k` in `flymake-mode-map` using `general.el`, matching the evil-collection convention.

1m read timeFrom magnus.therning.org
Post cover image

Sort: