Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
482 B

(define-package "meghanada" "1.3.1" "A better java development mode"
'((emacs "24.3")
(yasnippet "0.6.1")
(company "0.9.0")
(flycheck "0.23"))
:commit "1e41f7f2c7a172e9699f3557c97c3f39a149bfc2" :keywords
("languages" "java")
:authors
(("Yutaka Matsubara" . "yutaka.matsubara@gmail.com"))
:maintainer
("Yutaka Matsubara" . "yutaka.matsubara@gmail.com")
:url "https://github.com/mopemope/meghanada-emacs")
;; Local Variables:
;; no-byte-compile: t
;; End: