TabNine: move basic editor setup to tabnine module
1 file changed, 0 insertions(+), 5 deletions(-)
changed files
M user/settings/emacs.nix → user/settings/emacs.nix
@@ -87,7 +87,6 @@ capf-autosuggest company company-posframe company-shell - company-tabnine consult consult-eglot counsel@@ -162,10 +161,6 @@ ]); 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"))