diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-24 16:18:56 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-24 16:18:56 +0200 |
commit | 5f7001a7796f470cb1d150b3b6054aba47a2518f (patch) | |
tree | 0ccd9fd96c93eb8488b6fea938a4fd03b45aa78f /hosts/home.nix | |
parent | Dotfiles: Emacs: Disable lockfiles (diff) | |
download | nixos-config-5f7001a7796f470cb1d150b3b6054aba47a2518f.tar.gz nixos-config-5f7001a7796f470cb1d150b3b6054aba47a2518f.tar.bz2 nixos-config-5f7001a7796f470cb1d150b3b6054aba47a2518f.zip |
Emacs: Add rust-mode rust support
Diffstat (limited to '')
-rw-r--r-- | hosts/home.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index e52f7a4..fd28d5d 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -150,6 +150,8 @@ lsp-mode company + rust-mode + flycheck lsp-haskell nix-mode |