emacs: use patch to set path to tabnine exe
1 file changed, 1 insertion(+), 3 deletions(-)
changed files
M user/emacs/init.el → user/emacs/init.el
@@ -610,10 +610,8 @@ (add-to-list 'corfu-margin-formatters #'kind-icon-margin-formatter))) (use-package tabnine-core :config (progn - (setq tabnine-binaries-folder "~/.local/tabnine") (with-demoted-errors "TabNine error: %s" - (when (tabnine--executable-path) - (global-tabnine-mode))) + (global-tabnine-mode)) (define-key tabnine-completion-map (kbd "TAB") #'tabnine-accept-completion) (define-key tabnine-completion-map (kbd "<tab>") #'tabnine-accept-completion)