all repos — nixfiles @ d3779759662e190b9ce7ccbd4620b956984e2b07

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

TabNine: move basic editor setup to tabnine module

Alan Pearce
commit

d3779759662e190b9ce7ccbd4620b956984e2b07

parent

83ff6d74036e287497bf987f336ca800b101ed0b

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

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