Home / Emacs / Compilation / Configuration
Jump by matches, not errors
By default, n and p jump by errors, not all matches, e.g. stack frames.
(with-eval-after-load 'compile
(setopt compilation-skip-threshold 0))
Home / Emacs / Compilation / Configuration
By default, n and p jump by errors, not all matches, e.g. stack frames.
(with-eval-after-load 'compile
(setopt compilation-skip-threshold 0))