Bump :completion
abo-abo/swiper@9bb6841 -> abo-abo/swiper@b65e401 company-mode/company-mode@4462e7d -> company-mode/company-mode@8c22b58 emacs-helm/helm@d2fbf66 -> emacs-helm/helm@19d2ba9 lewang/flx@17f5c9c -> lewang/flx@05600ff raxod502/prescient.el@cc289ba -> raxod502/prescient.el@0c5d611 sebastiencs/company-box@d8f71fd -> sebastiencs/company-box@be37a9a tumashu/ivy-posframe@4474956 -> tumashu/ivy-posframe@1e602a7 tumashu/posframe@7b92a54 -> tumashu/posframe@5696463 Fix #4013 due to company-mode/company-mode#1020
This commit is contained in:
parent
d807a7513d
commit
c5605e9de5
4 changed files with 11 additions and 21 deletions
|
@ -53,20 +53,10 @@
|
|||
:before #'company-begin-backend
|
||||
(company-abort)))
|
||||
|
||||
(add-hook 'after-change-major-mode-hook #'+company-init-backends-h 'append))
|
||||
(add-hook 'after-change-major-mode-hook #'+company-init-backends-h 'append)
|
||||
|
||||
|
||||
(use-package! company-tng
|
||||
:when (featurep! +tng)
|
||||
:after-call post-self-insert-hook
|
||||
:config
|
||||
(add-to-list 'company-frontends 'company-tng-frontend)
|
||||
(define-key! company-active-map
|
||||
"RET" nil
|
||||
[return] nil
|
||||
"TAB" #'company-select-next
|
||||
[tab] #'company-select-next
|
||||
[backtab] #'company-select-previous))
|
||||
(when (featurep! +tng)
|
||||
(company-tng-mode +1)))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue