summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJen-Chieh Shen <jcs090218@gmail.com>2025-12-03 00:02:49 +0800
committerYoumu <condy0919@gmail.com>2025-12-03 00:11:50 +0800
commit7680834e8a41ee5801f21c031b43f777fc7cadf0 (patch)
tree7c6b28076f55be6f4844063d4791991adfde57a7
parent1bfa8174eaed68874d049cabdc4bf51655ea7713 (diff)
ci(Eask): Apply workaround for magit evaluation error
-rw-r--r--Eask3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eask b/Eask
index 830d7c7..957c278 100644
--- a/Eask
+++ b/Eask
@@ -27,6 +27,9 @@
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
+;; Workaround for https://github.com/magit/magit/issues/5489
+(setq magit-credential-cache-daemon-socket nil)
+
(add-hook 'eask-before-compile-hook
(lambda (&rest _)
(setq evil-want-integration nil)