forked from colonelpanic/dotfiles
[NixOS] [Emacs] Use tree sitter/native compilation flags for emacs everywhere
This commit is contained in:
@@ -33,4 +33,9 @@ final: prev: {
|
||||
hash = "sha256-HXkVjdAdmSQx3S4/rLif2slxJ/iXhOosthDGAPsMFIM=";
|
||||
};
|
||||
});
|
||||
|
||||
emacs = prev.emacs29.override {
|
||||
withNativeCompilation = true;
|
||||
withTreeSitter = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user