From e6b5e17a394cc8fdd827670b8fa1a81043c8a951 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sun, 3 Jul 2022 21:29:51 -0400 Subject: init --- config/company/config-company.el | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/company/config-company.el (limited to 'config/company') diff --git a/config/company/config-company.el b/config/company/config-company.el new file mode 100644 index 0000000..e98e2a2 --- /dev/null +++ b/config/company/config-company.el @@ -0,0 +1,8 @@ +(require 'company) + +(setq company-idle-delay 0 + company-clang-executable "/usr/lib/llvm/11/bin/clang" + company-clang-insert-arguments nil + company-minimum-prefix-length 1) + +(provide 'config-company) -- cgit v1.2.3