summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2017-02-01 16:47:54 +0100
committerAlan Pearce2017-02-01 16:47:54 +0100
commitadbaf0a4651c8b38f14628736d92a3c4dd2e7cb1 (patch)
tree69f76572fcb32923dba4f12c73b6cd01623d4eb8 /tag-emacs/emacs.d/init.org
parente3837db14daef7e40111c555d818e1cdcc73abd9 (diff)
downloaddotfiles-adbaf0a4651c8b38f14628736d92a3c4dd2e7cb1.tar.lz
dotfiles-adbaf0a4651c8b38f14628736d92a3c4dd2e7cb1.tar.zst
dotfiles-adbaf0a4651c8b38f14628736d92a3c4dd2e7cb1.zip
Emacs: Always show first completion candidate inline
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 3 insertions, 0 deletions
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