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 4e421ed commit 3326ca8Copy full SHA for 3326ca8
test/jest/install/Eask
@@ -33,7 +33,9 @@
33
34
;; VC install
35
(when (version<= "29.1" emacs-version)
36
- (depends-on "msgu" :vc "https://github.com/jcs-elpa/msgu"))
+ ;; XXX: This takes too long to test, disable for now.
37
+ ;;(depends-on "msgu" :vc "https://github.com/jcs-elpa/msgu")
38
+ )
39
40
;; Recipe install
41
(depends-on "watch-cursor"
0 commit comments