Merge pull request #115592 from terlar/emacs28-project
emacs: do not use project package from elpa for emacs >= 28
This commit is contained in:
commit
95047611af
|
@ -53,6 +53,9 @@ self: let
|
|||
seq = if lib.versionAtLeast self.emacs.version "27"
|
||||
then null
|
||||
else super.seq;
|
||||
project = if lib.versionAtLeast self.emacs.version "28"
|
||||
then null
|
||||
else super.project;
|
||||
};
|
||||
|
||||
elpaPackages = super // overrides;
|
||||
|
|
Loading…
Reference in New Issue