diff options
Diffstat (limited to 'third_party/emacs/carp-mode.nix')
-rw-r--r-- | third_party/emacs/carp-mode.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/emacs/carp-mode.nix b/third_party/emacs/carp-mode.nix index 9fab1f866327..0ddf13654229 100644 --- a/third_party/emacs/carp-mode.nix +++ b/third_party/emacs/carp-mode.nix @@ -1,7 +1,7 @@ { pkgs, ... }: with pkgs; -with emacsPackagesNg; +with emacsPackages; melpaBuild rec { pname = "carp-mode"; |