summary refs log tree commit diff stats
path: root/user/emacs
diff options
context:
space:
mode:
authorAlan Pearce2024-05-25 07:42:44 +0200
committerAlan Pearce2024-05-25 07:42:44 +0200
commit08e97185028b7f12259a483c8fe45ec082eda989 (patch)
tree59d7dda0f60b8423d3d1bc08729b5079ac9a02a7 /user/emacs
parentdaa739e6f5f1754d9861924018569131beb3bf88 (diff)
downloadnixfiles-08e97185028b7f12259a483c8fe45ec082eda989.tar.lz
nixfiles-08e97185028b7f12259a483c8fe45ec082eda989.tar.zst
nixfiles-08e97185028b7f12259a483c8fe45ec082eda989.zip
emacs: only load useful tabnine library file
Diffstat (limited to 'user/emacs')
-rw-r--r--user/emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 051a3008..5620010e 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -579,7 +579,7 @@ _C-k_: prev  _u_pper              _=_: upper/lower       _s_mart resolve
             (setq kind-icon-default-face 'corfu-default)
             (add-to-list 'corfu-margin-formatters #'kind-icon-margin-formatter)))
 
-(use-package tabnine
+(use-package tabnine-core
   :config (progn
             (setq tabnine-binaries-folder "~/.local/tabnine")
             (with-demoted-errors "TabNine error: %s"