aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-prog.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-07-31 14:47:02 -0400
committerBardofSprites <[email protected]>2025-07-31 14:47:02 -0400
commit399cf54b884e9c3a5fd3cec2a1a0c45fa27aa99e (patch)
treeb7b9f2bff41fd0810cf91cc693335f722def09bd /bard-emacs-modules/bard-emacs-prog.el
parent5191a0fde08d79d36b8c54601030befdd9241f77 (diff)
don't jump to first error
Diffstat (limited to 'bard-emacs-modules/bard-emacs-prog.el')
-rw-r--r--bard-emacs-modules/bard-emacs-prog.el2
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