Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 5, 2024
1 parent 178c90c commit 445af68
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions modules/home/all/emacs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ in
];

programs.doom-emacs = {
enable = true;
emacs = pkgs.emacs30;
doomDir = self + /doom.d;
experimentalFetchTree = true; # Disable if there are fetcher issues
extraPackages = epkgs: with epkgs; [
vterm
];
enable = true;
emacs = pkgs.emacs30;
doomDir = self + /doom.d;
experimentalFetchTree = true; # Disable if there are fetcher issues
extraPackages = epkgs: with epkgs; [
vterm
];
};
}

0 comments on commit 445af68

Please sign in to comment.