Diminished the weird looking eclim mode minor mode
This commit is contained in:
parent
d8e15a1497
commit
a1b2b230ba
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
(defun java/init-emacs-eclim ()
|
||||
(use-package eclim
|
||||
:defer t
|
||||
:diminish eclim-mode
|
||||
:init (add-hook 'java-mode-hook 'eclim-mode)
|
||||
:config
|
||||
(progn
|
||||
|
|
Reference in a new issue