summary refs log tree commit diff stats
path: root/overlays/extra-packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/extra-packages.nix')
-rw-r--r--overlays/extra-packages.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/overlays/extra-packages.nix b/overlays/extra-packages.nix
index d0717756..0e0451d0 100644
--- a/overlays/extra-packages.nix
+++ b/overlays/extra-packages.nix
@@ -1,14 +1,4 @@
 self: super: {
-  emacsPackagesFor = emacs: (
-    (super.emacsPackagesFor emacs).overrideScope (
-      eself: esuper:
-        esuper // {
-          tabnine-capf = super.callPackage ../packages/tabnine-capf.nix {
-            inherit eself;
-          };
-        }
-    )
-  );
   vimPlugins = super.vimPlugins.extend (final: prev: {
     coc-tabnine =
       let