From 6fac8a28da9bf30da71941340505c2316d0db5a3 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 7 Oct 2022 03:10:21 -0400 Subject: changed the config-* prefix to init-* for all of the init files --- init/company/init-company.el | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 init/company/init-company.el (limited to 'init/company') diff --git a/init/company/init-company.el b/init/company/init-company.el new file mode 100644 index 0000000..633efe7 --- /dev/null +++ b/init/company/init-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 'init-company) -- cgit v1.2.3