Skip to content

Commit b5f7a4d

Browse files
committed
[wip] Disable vc-check on remote edit - speeds it up a lot
1 parent d3c0b48 commit b5f7a4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cider-util.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,9 @@ Any other value is just returned."
541541
(remote-file-name-inhibit-locks t)
542542
(remote-file-name-inhibit-auto-save-visited t)
543543
(backup-inhibited t)
544-
(auto-save-default nil))
544+
(auto-save-default nil)
545+
;; Disable version-control check
546+
(vc-handled-backends nil))
545547
(with-temp-buffer
546548
(insert-file-contents bash-script)
547549
;; inject after the first line, assuming it is the shebang

0 commit comments

Comments
 (0)