remove tabnine
1 file changed, 0 insertions(+), 6 deletions(-)
changed files
M user/settings/emacs.nix → user/settings/emacs.nix
@@ -186,12 +186,6 @@ }; lsp-mode = self.melpaPackages.lsp-mode.overrideAttrs { LSP_USE_PLISTS = "true"; # must be set in early-init }; - tabnine = self.melpaPackages.tabnine.overrideAttrs (attrs: { - postPatch = (attrs.postPatch or "") + '' - substituteInPlace tabnine-core.el \ - --replace '(tabnine--executable-path)' '"${pkgs.tabnine}/bin/TabNine"' - ''; - }); }; extraConfig = '' (with-eval-after-load 'editorconfig