module-java: add-hook! => add-hook
This commit is contained in:
parent
1cd8d8d0c3
commit
beb3ba6149
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
(setq eclim-eclipse-dirs '("/Applications/eclipse")
|
(setq eclim-eclipse-dirs '("/Applications/eclipse")
|
||||||
eclim-executable "/Applications/eclipse/eclim")
|
eclim-executable "/Applications/eclipse/eclim")
|
||||||
(when (file-exists-p eclim-executable)
|
(when (file-exists-p eclim-executable)
|
||||||
(add-hook! java-mode 'eclim-mode))
|
(add-hook 'java-mode-hook 'eclim-mode))
|
||||||
:config
|
:config
|
||||||
;; (require 'eclim-ant)
|
;; (require 'eclim-ant)
|
||||||
;; (require 'eclim-maven)
|
;; (require 'eclim-maven)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue