spacemacs/layers/+lang/java/config.el
2019-09-18 20:46:53 +02:00

19 lines
466 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',
`meghanada' and `lsp'.")