diff options
| author | Jen-Chieh Shen <jcs090218@gmail.com> | 2025-12-03 00:02:49 +0800 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2025-12-03 00:11:50 +0800 |
| commit | 7680834e8a41ee5801f21c031b43f777fc7cadf0 (patch) | |
| tree | 7c6b28076f55be6f4844063d4791991adfde57a7 | |
| parent | 1bfa8174eaed68874d049cabdc4bf51655ea7713 (diff) | |
ci(Eask): Apply workaround for magit evaluation error
| -rw-r--r-- | Eask | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
