From 2bce042f41e444b31a33b973ed24c69aa13ca63f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 3 Jul 2019 18:46:48 +0200 Subject: Emacs: appease the byte compiler --- emacs/.emacs.d/main.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 5ca765b..fc5cbce 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -10,7 +10,7 @@ (use-package exec-path-from-shell :if (eq system-type 'darwin) - :functions (exec-path-from-shell-initialize) + :commands (exec-path-from-shell-initialize) :custom ((exec-path-from-shell-arguments nil) (exec-path-from-shell-debug t)) :config (progn @@ -323,6 +323,7 @@ With two prefix arguments, write out the day and month name." (use-package all-the-icons) (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 "" #'company-tabnine-call-other-backends) -- cgit 1.4.1