mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-09-06 15:13:34 -05:00
Updating straight.el version used
The new straight version won't unhelpfully override `(org-version)` and `(org-revision)` with with its custom implementation that only work in a git repository. This change will make `elfeed` package work again. (Setting `straight-fix-org` to `nil` would have also resolved the issue) The updated `straight.el` version also plays along better with emacsGcc. Relates-to: vlaci/nix-straight.el#2 Fixes: #158
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
evil-quick-diff.flake = false;
|
||||
explain-pause-mode.url = "github:lastquestion/explain-pause-mode";
|
||||
explain-pause-mode.flake = false;
|
||||
nix-straight.url = "github:vlaci/nix-straight.el/v2.1.0";
|
||||
nix-straight.url = "github:vlaci/nix-straight.el/v2.2.0";
|
||||
nix-straight.flake = false;
|
||||
nose.url= "github:emacsattic/nose";
|
||||
nose.flake = false;
|
||||
|
Reference in New Issue
Block a user