all repos — nixfiles @ 96b814111069b36c1c7a4395348e4af41d336bcc

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

Move language-based editor plugins to language files

Alan Pearce
commit

96b814111069b36c1c7a4395348e4af41d336bcc

parent

39f730bcdc65b2e644531331c108ee225ea94929

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

changed files
M user/settings/development/javascript.nixuser/settings/development/javascript.nix
@@ -51,6 +51,14 @@ home.sessionVariables = {
NO_UPDATE_NOTIFIER = "1"; # stop npm update-notifier }; + programs.emacs.extraPackages = epkgs: (with epkgs; [ + add-node-modules-path + js2-mode + rjsx-mode + tide + typescript-mode + ]); + programs.zsh.shellAliases = { ava = "pnpx ava"; avt = "pnpx ava --tap";