Fix #15658: replace geiser-company-backend with company-capf

The geiser-company-backend was removed in [this
commit](18faa0ba32).
Subsequently, the a geiser-capf module, configuring the company-capf backend for
geiser, was added in [this
commit](18faa0ba32).
This commit updates the scheme layer to use the new backend.
This commit is contained in:
Daniel Nicolai 2022-12-12 00:33:48 +01:00 committed by Maxi Wolff
parent 7b738c2b0b
commit 6fcde67b33
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
(defun scheme/post-init-company ()
;; Geiser provides completion as long as company mode is loaded.
(spacemacs|add-company-backends :modes scheme-mode :backends geiser-company-backend))
(spacemacs|add-company-backends :modes scheme-mode :backends company-capf))
(defun scheme/pre-init-evil-cleverparens ()
(spacemacs|use-package-add-hook evil-cleverparens