Skip to content

Commit

Permalink
force building emacs with native comp
Browse files Browse the repository at this point in the history
  • Loading branch information
dszakallas committed Jan 28, 2025
1 parent eaf2f2b commit 5b655c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/darwin/default/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
];

homebrew.brews = lib.optionals config.davids.emacs.enable [
"emacs-plus@${config.davids.emacs.version}"
{
name = "emacs-plus@${config.davids.emacs.version}";
args = [ "with-native-comp" ];
}
];

homebrew.taps = lib.optionals config.davids.emacs.enable [
Expand Down

0 comments on commit 5b655c3

Please sign in to comment.