diff options
author | Vincent Ambo <Vincent Ambo> | 2020-01-08T00·32+0000 |
---|---|---|
committer | Vincent Ambo <Vincent Ambo> | 2020-01-08T00·32+0000 |
commit | cd0093d46ea4cb64aab9ca31c14663c7c9271602 (patch) | |
tree | 5c762003a960dc2ea0cf834847905f587d34c241 /tools | |
parent | 9e2f86d65dd5f5047667f5a8f0aad5b8cb502701 (diff) |
fix(emacs): Minor typo fix r/342
Diffstat (limited to 'tools')
-rw-r--r-- | tools/emacs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emacs/default.nix b/tools/emacs/default.nix index 44438ff5f89e..ce515928a279 100644 --- a/tools/emacs/default.nix +++ b/tools/emacs/default.nix @@ -100,7 +100,7 @@ let ]) ++ # Custom packages - (with localpkgs.tools.emacs-pkgs; [ + (with pkgs.tools.emacs-pkgs; [ carp-mode dottime nix-util |