Update builtin straight.
This commit is contained in:
committed by
László Vaskó
parent
aec5f224d1
commit
4bb7a6267d
4
setup.el
4
setup.el
@@ -33,5 +33,9 @@
|
|||||||
(apply orig-fn r)))
|
(apply orig-fn r)))
|
||||||
(load init-file nil nil t))
|
(load init-file nil nil t))
|
||||||
|
|
||||||
|
(advice-add 'straight--executable-find
|
||||||
|
;; straight doesn't use git in this setup
|
||||||
|
:override (lambda (name) (eq name "git")))
|
||||||
|
|
||||||
(provide 'setup)
|
(provide 'setup)
|
||||||
;;; setup.el ends here
|
;;; setup.el ends here
|
||||||
|
@@ -6,7 +6,7 @@ trivialBuild rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "raxod502";
|
owner = "raxod502";
|
||||||
repo = "straight.el";
|
repo = "straight.el";
|
||||||
rev = "e1390a933b6f5a15079d6dec91eac97a17aad10c";
|
rev = "5541697ceee7e7ba937eddebba44f1e8e8af6a4f";
|
||||||
sha256 = "sha256-fzIvJ5sDNDtF0w8t1WtM2SpnWT8zM2RG/EiSthy1URU=";
|
sha256 = "sha256-Ecf0QU/ZbCirGHYBSZGIA4Gb0ION56S/pOElYZXgytI=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user