summary refs log tree commit diff stats
path: root/user/settings/emacs.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-04-17 09:23:15 +0200
committerAlan Pearce2023-04-17 09:23:15 +0200
commitd3779759662e190b9ce7ccbd4620b956984e2b07 (patch)
tree2a3301e975298f9f77df693273aa6690940ac5ae /user/settings/emacs.nix
parent83ff6d74036e287497bf987f336ca800b101ed0b (diff)
downloadnixfiles-d3779759662e190b9ce7ccbd4620b956984e2b07.tar.lz
nixfiles-d3779759662e190b9ce7ccbd4620b956984e2b07.tar.zst
nixfiles-d3779759662e190b9ce7ccbd4620b956984e2b07.zip
TabNine: move basic editor setup to tabnine module
Diffstat (limited to 'user/settings/emacs.nix')
-rw-r--r--user/settings/emacs.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix
index fd6037cb..3c1e98e7 100644
--- a/user/settings/emacs.nix
+++ b/user/settings/emacs.nix
@@ -87,7 +87,6 @@ in
         company
         company-posframe
         company-shell
-        company-tabnine
         consult
         consult-eglot
         counsel
@@ -162,10 +161,6 @@ in
     extraConfig = ''
       (with-eval-after-load 'editorconfig
         (setq editorconfig-exec-path "${pkgs.editorconfig-core-c}/bin/editorconfig"))
-      (with-eval-after-load 'company-tabnine
-        (advice-add 'company-tabnine--executable-path :around
-          (lambda (original-function &rest args)
-            "${pkgs.tabnine}/bin/TabNine")))
     '' + lib.optionalString stdenv.isDarwin ''
       (with-eval-after-load 'files
         (setq insert-directory-program "${pkgs.coreutils-prefixed}/bin/gls"))