Skip to content

Commit 709048e

Browse files
committed
avoid vc install for now
1 parent 4e421ed commit 709048e

File tree

1 file changed

+2
-1
lines changed
  • test/jest/install

1 file changed

+2
-1
lines changed

test/jest/install/Eask

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333

3434
;; VC install
3535
(when (version<= "29.1" emacs-version)
36-
(depends-on "msgu" :vc "https://github.com/jcs-elpa/msgu"))
36+
;;(depends-on "msgu" :vc "https://github.com/jcs-elpa/msgu")
37+
)
3738

3839
;; Recipe install
3940
(depends-on "watch-cursor"

0 commit comments

Comments
 (0)