General cleanup + refactor

This commit is contained in:
Henrik Lissner 2017-02-28 12:12:09 -05:00
parent 45122cdea5
commit 4356f894fd
9 changed files with 18 additions and 15 deletions

View file

@ -8,7 +8,7 @@
(set! :build 'compile-file 'java-mode 'meghanada-compile-file)
(set! :build 'compile-project 'java-mode 'meghanada-compile-project)
(setq meghanada-server-install-dir (expand-file-name "meghanada-server" doom-cache-dir)
(setq meghanada-server-install-dir (expand-file-name "meghanada-server/" doom-cache-dir)
meghanada-use-company t
meghanada-use-flycheck t
meghanada-use-auto-start t)