all repos — nixfiles @ 9e32592dac3e9a75c268ea63d6cb1c16f3b51314

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

Emacs: remove tabnine load-path override

Alan Pearce
commit

9e32592dac3e9a75c268ea63d6cb1c16f3b51314

parent

fc802929ee4877590a0929791878175f10db65bd

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

jump to
M user/emacs/.emacs.d/init.eluser/emacs/.emacs.d/init.el
@@ -508,15 +508,9 @@
(use-package all-the-icons :config (setq all-the-icons-color-icons nil)) -(eval-when-compile (require 'subr-x)) -(eval-and-compile - (defun company-tabnine-load-path () - (string-trim-right (shell-command-to-string "ghq list -p company-tabnine")))) - (use-package company-tabnine :commands (company-tabnine) :after (company) - :load-path (lambda () (list (company-tabnine-load-path))) :config (setq company-tabnine-binaries-folder "~/.local/tabnine") :general ("<M-tab>" #'company-tabnine-call-other-backends "<C-tab>" #'company-tabnine-call-other-backends)