From 482be24274f404b03583072f8a59a127aaec731b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 3 Jul 2019 12:45:07 +0200 Subject: Emacs: add keybind to bypass company-tabnine --- emacs/.emacs.d/main.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index c4bd5ee..8e96461 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -321,6 +321,9 @@ With two prefix arguments, write out the day and month name." (use-package all-the-icons) (use-package company-tabnine + :general ([remap completion-at-point] #'company-tabnine-call-other-backends + [remap complete-symbol] #'company-tabnine-call-other-backends + "" #'company-tabnine-call-other-backends) :config (progn (add-to-list 'company-backends #'company-tabnine))) -- cgit 1.4.1