We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101671c commit b8d8de6Copy full SHA for b8d8de6
cider-stacktrace.el
@@ -203,7 +203,8 @@ The error types are represented as strings."
203
(setq-local electric-indent-chars nil)
204
(setq-local cider-stacktrace-hidden-frame-count 0)
205
(setq-local cider-stacktrace-filters cider-stacktrace-default-filters)
206
- (setq-local cider-stacktrace-cause-visibility (make-vector 10 0)))
+ (setq-local cider-stacktrace-cause-visibility (make-vector 10 0))
207
+ (buffer-disable-undo))
208
209
210
;; Stacktrace filtering
0 commit comments