Skip to content

Commit

Permalink
Update emacs-eclim package name
Browse files Browse the repository at this point in the history
I think MELPA has an `old-names` back
[compatibility](melpa/melpa#4159) measure for
cases like this, but for now it isn't working. And it's breaking all new
installs that use the java layer.
  • Loading branch information
Diego Berrocal authored and TheBB committed Aug 19, 2016
1 parent 0283f64 commit 7c1fba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layers/+lang/java/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

(defvar java-packages
'(
emacs-eclim
eclim
company
))

(defun java/init-emacs-eclim ()
(defun java/init-eclim ()
(use-package eclim
:defer t
:diminish eclim-mode
Expand Down

0 comments on commit 7c1fba7

Please sign in to comment.