diff options
author | Alan Pearce | 2017-02-01 16:47:54 +0100 |
---|---|---|
committer | Alan Pearce | 2017-02-01 16:47:54 +0100 |
commit | adbaf0a4651c8b38f14628736d92a3c4dd2e7cb1 (patch) | |
tree | 69f76572fcb32923dba4f12c73b6cd01623d4eb8 /tag-emacs/emacs.d/init.org | |
parent | e3837db14daef7e40111c555d818e1cdcc73abd9 (diff) | |
download | nixfiles-adbaf0a4651c8b38f14628736d92a3c4dd2e7cb1.tar.lz nixfiles-adbaf0a4651c8b38f14628736d92a3c4dd2e7cb1.tar.zst nixfiles-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.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 987ed2e6..cb47fe61 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 |