From e7482f9d7a372017254b57520a90bf227e63ad91 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 4 Jul 2019 13:16:49 +0200 Subject: Emacs: don't clobber minibuffer completion --- emacs/.emacs.d/main.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index ecd257e..c510a0c 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -324,8 +324,7 @@ With two prefix arguments, write out the day and month name." (use-package company-tabnine :commands (company-tabnine) - :general ([remap completion-at-point] #'company-tabnine-call-other-backends - [remap complete-symbol] #'company-tabnine-call-other-backends + :general ("" #'company-tabnine-call-other-backends "" #'company-tabnine-call-other-backends) :config (progn (add-to-list 'company-backends #'company-tabnine))) -- cgit 1.4.1