Emacs: LSP: Remove workaround for company-backends.

Fixed in <664dd19c2f>.
This commit is contained in:
tastytea 2020-12-02 09:16:04 +01:00
parent 2d93281016
commit ca233d01a6
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
;;; lsp.el --- Language Server Protocol. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-12-02T09:00:21+0100>
;; Time-stamp: <2020-12-02T09:15:58+0100>
;;; Commentary:
@ -44,9 +44,6 @@
:hook ((c++-mode . lsp)
(c-mode . lsp)
(python-mode . lsp)
;; ↓ See <https://github.com/emacs-lsp/lsp-mode/issues/1736>. ↓
(lsp-managed-mode
. (lambda () (setq-local company-backends '(company-capf))))
(lsp-mode . lsp-enable-which-key-integration)))
;; Eye-candy and flycheck support for lsp-mode.