12 lines
311 B
EmacsLisp
12 lines
311 B
EmacsLisp
;;; packages.el --- Java configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2015 Lukasz Klich
|
|
;;
|
|
;; Author: Lukasz Klich <klich.lukasz@gmail.com>
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
;; Define the buffer local company backend variable
|
|
(spacemacs|defvar-company-backends java-mode)
|