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 d3c0b48 commit b5f7a4dCopy full SHA for b5f7a4d
cider-util.el
@@ -541,7 +541,9 @@ Any other value is just returned."
541
(remote-file-name-inhibit-locks t)
542
(remote-file-name-inhibit-auto-save-visited t)
543
(backup-inhibited t)
544
- (auto-save-default nil))
+ (auto-save-default nil)
545
+ ;; Disable version-control check
546
+ (vc-handled-backends nil))
547
(with-temp-buffer
548
(insert-file-contents bash-script)
549
;; inject after the first line, assuming it is the shebang
0 commit comments