diff options
Diffstat (limited to 'tools/emacs')
-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 |