all repos — nixfiles @ adbaf0a4651c8b38f14628736d92a3c4dd2e7cb1

System and user configuration, managed by nix and home-manager

Emacs: Always show first completion candidate inline

Alan Pearce
commit

adbaf0a4651c8b38f14628736d92a3c4dd2e7cb1

parent

e3837db14daef7e40111c555d818e1cdcc73abd9

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -970,6 +970,9 @@ (setq company-backends '(company-bbdb company-web-html company-tern company-nxml company-css company-eclim company-semantic company-elisp
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