862d873fa8
Fixes #10654 Added new backend for the Java.
21 lines
585 B
EmacsLisp
21 lines
585 B
EmacsLisp
;;; packages.el --- Java configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2018 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Lukasz Klich <klich.lukasz@gmail.com>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
;; variables
|
|
|
|
(spacemacs|define-jump-handlers java-mode)
|
|
|
|
(defvar java-backend 'meghanada
|
|
"The backend to use for IDE features. Possible values are `eclim', `ensime',
|
|
`meghanada' and `lsp'.")
|
|
|
|
(defvar java--ensime-modes '(java-mode)
|
|
"Modes using ensime. Mainly used to define ENSIME key bindings.")
|