all repos — nixfiles @ df3d030e65b6682a39ba426e1a62f6a581fb9ae6

System and user configuration, managed by nix and home-manager

remove tabnine

Alan Pearce
commit

df3d030e65b6682a39ba426e1a62f6a581fb9ae6

parent

6ad10b9f40527a2e7c279734361fc0e13f5ee373

1 file changed, 0 insertions(+), 6 deletions(-)

changed files
M user/settings/emacs.nixuser/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