Merge pull request #110 from vlaci/issue/109

advice.el: manually call (straight--make-build-cache-available)
This commit is contained in:
László Vaskó
2020-12-16 16:41:46 +00:00
committed by GitHub

View File

@@ -41,4 +41,6 @@
;; just use straight provided by nix
(advice-add 'doom-initialize-core-packages
:override (lambda (&rest r) (require 'straight)))
:override (lambda (&rest r)
(require 'straight)
(straight--make-build-cache-available)))