aboutsummaryrefslogtreecommitdiffstats
path: root/oni-java.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-java.el')
-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)