1
0
Fork 0

Remove ‘company-lsp’

‘company-lsp’ has been superseded by ‘company-capf’.
This commit is contained in:
Tom Willemse 2020-10-30 18:23:52 -07:00
parent 05cdbd0fb2
commit 27bc014a64

View file

@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2020.0907.143141 ;; Version: 2020.1030.182339
;; Package-Requires: (oni-fci oni-data-dir oni-lsp oni-hydra lsp-java company-lsp) ;; Package-Requires: (oni-fci oni-data-dir oni-lsp oni-hydra lsp-java)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by ;; it under the terms of the GNU General Public License as published by
@ -79,8 +79,6 @@
'display-fill-column-indicator-mode 'display-fill-column-indicator-mode
'fci-mode)) 'fci-mode))
(add-to-list 'company-backends 'company-lsp)
(define-key java-mode-map (kbd "C-c r") 'java-refactor-hydra/body) (define-key java-mode-map (kbd "C-c r") 'java-refactor-hydra/body)
(define-key java-mode-map (kbd "C-c d") 'java-documentation-hydra/body) (define-key java-mode-map (kbd "C-c d") 'java-documentation-hydra/body)