diff options
author | Vincent Ambo <tazjin@google.com> | 2020-03-08T23·17+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-03-08T23·20+0000 |
commit | 65e533431acd89473c58386b4e30013fab835a16 (patch) | |
tree | a7ff7f8c56cd80f2368bf987a7e35a4458c0228d /third_party/emacs/carp-mode.nix | |
parent | 6cbcadc2e4340f18fd183eb7f84a74377861135b (diff) |
refactor: emacsPackagesNg -> emacsPackages r/593
The former is now just an alias for the latter anyways.
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"; |