aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-10-30 18:23:52 -0700
committerGravatar Tom Willemse2020-10-30 18:23:52 -0700
commit27bc014a64f92bb7d43e062449c2e5800d8361d2 (patch)
tree1526d96d8120a6b6ed3827a0331c8426e3598ea8
parent05cdbd0fb2f1a851391ef4d147d0f0f18fe95705 (diff)
downloademacs-config-27bc014a64f92bb7d43e062449c2e5800d8361d2.tar.gz
emacs-config-27bc014a64f92bb7d43e062449c2e5800d8361d2.zip
Remove ‘company-lsp’
‘company-lsp’ has been superseded by ‘company-capf’.
-rw-r--r--oni-java.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/oni-java.el b/oni-java.el
index 72ca8b8..ec62205 100644
--- a/oni-java.el
+++ b/oni-java.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0907.143141
-;; Package-Requires: (oni-fci oni-data-dir oni-lsp oni-hydra lsp-java company-lsp)
+;; Version: 2020.1030.182339
+;; 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
;; it under the terms of the GNU General Public License as published by
@@ -79,8 +79,6 @@
'display-fill-column-indicator-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 d") 'java-documentation-hydra/body)