all repos — nixfiles @ 1d1492faf63e7c5f0101bcb66cd769feb737c60d

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

emacs: use patch to set path to tabnine exe

Alan Pearce
commit

1d1492faf63e7c5f0101bcb66cd769feb737c60d

parent

64b978c3caecdb236765ac1636ba6d1864c8ebee

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

changed files
M user/modules/tabnine.nixuser/modules/tabnine.nix
@@ -71,11 +71,5 @@
programs.emacs.extraPackages = epkgs: [ epkgs.tabnine ]; - programs.emacs.extraConfig = '' - (defun my/override-tabnine-exe-path (&rest args) - "${pkgs.tabnine}/bin/TabNine") - (with-eval-after-load 'tabnine-core - (advice-add 'tabnine--executable-path :override #'my/override-tabnine-exe-path)) - ''; }; }