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 869cf05c19a8..9fab1f866327 100644 --- a/third_party/emacs/carp-mode.nix +++ b/third_party/emacs/carp-mode.nix @@ -1,6 +1,6 @@ { pkgs, ... }: -with pkgs.third_party; +with pkgs; with emacsPackagesNg; melpaBuild rec { |