Bump :completion
DarwinAwardWinner/ido-completing-read-plus@0067472 -> DarwinAwardWinner/ido-completing-read-plus@49e7967 abo-abo/swiper@a5eade0 -> abo-abo/swiper@56139df company-mode/company-mode@ee3177c -> company-mode/company-mode@d771840 emacs-helm/helm@a7bd522 -> emacs-helm/helm@42e2836 sebastiencs/company-box@aa5f09a -> sebastiencs/company-box@c8a8671 tumashu/ivy-posframe@084cc59 -> tumashu/ivy-posframe@9c83828 tumashu/posframe@739d8fd -> tumashu/posframe@f97c4af
This commit is contained in:
parent
ab334559f5
commit
933dcc4d19
5 changed files with 9 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue