about summary refs log tree commit diff
path: root/third_party/emacs/carp-mode.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/emacs/carp-mode.nix')
-rw-r--r--third_party/emacs/carp-mode.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/emacs/carp-mode.nix b/third_party/emacs/carp-mode.nix
index 9fab1f8663..0ddf136542 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";