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, 3 insertions(+), 0 deletions(-)

changed files
M user/settings/development/rust.nixuser/settings/development/rust.nix
@@ -11,4 +11,7 @@ rustfmt
rust-analyzer clippy ]; + programs.emacs.extraPackages = epkgs: (with epkgs; [ + rustic + ]); }