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, 1 insertion(+), 3 deletions(-)

changed files
M user/emacs/init.eluser/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)