Skip to content

Commit

Permalink
emacs: use tangle
Browse files Browse the repository at this point in the history
  • Loading branch information
klchen0112 committed Jan 3, 2025
1 parent 96a8bbe commit fcf241a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions modules/editors/emacs/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ in {
enable = true;
doomDir = inputs.doom;
emacs = emacsPackage;
tangleArgs = ".";
extraBinPackages = with pkgs;
[
ripgrep
Expand Down

0 comments on commit fcf241a

Please sign in to comment.