all repos — nixfiles @ a04964835bdde663ce69cddcd696bf043c2ec7f3

System and user configuration, managed by nix and home-manager

emacs: remove add-node-modules-path (use direnv)

Alan Pearce
commit

a04964835bdde663ce69cddcd696bf043c2ec7f3

parent

84d05b287083f8754d6b3871a7577997444f4b97

1 file changed, 0 insertions(+), 4 deletions(-)

changed files
M user/settings/development/javascript.nixuser/settings/development/javascript.nix
@@ -23,10 +23,6 @@ };
}; }; - programs.emacs.extraPackages = epkgs: (with epkgs; [ - add-node-modules-path - ]); - home.shellAliases = { bn = "bun"; bni = "bun install";