diff options
| author | BardofSprites <[email protected]> | 2025-07-31 14:47:02 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-31 14:47:02 -0400 |
| commit | 399cf54b884e9c3a5fd3cec2a1a0c45fa27aa99e (patch) | |
| tree | b7b9f2bff41fd0810cf91cc693335f722def09bd | |
| parent | 5191a0fde08d79d36b8c54601030befdd9241f77 (diff) | |
don't jump to first error
| -rw-r--r-- | bard-emacs-modules/bard-emacs-prog.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-prog.el b/bard-emacs-modules/bard-emacs-prog.el index da3af8d..dddac09 100644 --- a/bard-emacs-modules/bard-emacs-prog.el +++ b/bard-emacs-modules/bard-emacs-prog.el @@ -79,7 +79,7 @@ :config (require 'bard-compile) (setq compilation-scroll-output t - compilation-auto-jump-to-first-error t) + compilation-auto-jump-to-first-error nil) ) ;; Version control |
