From adbaf0a4651c8b38f14628736d92a3c4dd2e7cb1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 1 Feb 2017 16:47:54 +0100 Subject: Emacs: Always show first completion candidate inline --- tag-emacs/emacs.d/init.org | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tag-emacs/emacs.d/init.org') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 987ed2e..cb47fe6 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -970,6 +970,9 @@ seems to work perfectly well for me. company-clang company-xcode company-cmake company-capf company-files (company-gtags company-etags company-keywords) company-oddmuse) + company-frontends '(company-pseudo-tooltip-unless-just-one-frontend + company-preview-frontend + company-echo-metadata-frontend) company-idle-delay .3 company-begin-commands '(self-insert-command) company-auto-complete #'company-explicit-action-p -- cgit 1.4.1