Henrik Lissner 2021-07-10 22:36:36 -04:00
parent ab334559f5
commit 933dcc4d19
5 changed files with 9 additions and 10 deletions

View file

@ -26,10 +26,9 @@
company-backends '(company-capf)
;; These auto-complete the current selection when
;; `company-auto-complete-chars' is typed. This is too magical. We
;; `company-auto-commit-chars' is typed. This is too magical. We
;; already have the much more explicit RET and TAB.
company-auto-complete nil
company-auto-complete-chars nil
company-auto-commit nil
;; Only search the current buffer for `company-dabbrev' (a backend that
;; suggests text your open buffers). This prevents Company from causing

View file

@ -1,7 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; completion/company/packages.el
(package! company :pin "ee3177cdad47cbe92242eeb52c7bdb9505282db6")
(package! company :pin "d77184094b9a45b204813d824918e1ec2aac8504")
(package! company-dict :pin "cd7b8394f6014c57897f65d335d6b2bd65dab1f4")
(when (featurep! +childframe)
(package! company-box :pin "aa5f09a5492344e3cc831f0f169a6a8345dec358"))
(package! company-box :pin "c8a867163b15586cc9ed4accb992094308e54a9a"))