diff options
author | John Turner <jturner.usa@gmail.com> | 2023-07-16 00:45:01 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2023-07-16 00:45:01 -0400 |
commit | 4058ea89d9c6a82ec0dac504e7205cbf22c9ceb3 (patch) | |
tree | b49cc7c8493e7c277a23f10c324fc4fde9967418 /init/company/init-company.el | |
parent | e166c4beaeddbf362e500ac20bd03c37a69a0ac0 (diff) | |
download | emacs.d-4058ea89d9c6a82ec0dac504e7205cbf22c9ceb3.tar.gz |
converted init code to use use-package
Diffstat (limited to 'init/company/init-company.el')
-rw-r--r-- | init/company/init-company.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/init/company/init-company.el b/init/company/init-company.el deleted file mode 100644 index 633efe7..0000000 --- a/init/company/init-company.el +++ /dev/null @@ -1,8 +0,0 @@ -(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) |