Tuesday, January 28, 2014

malabar-mode meet flycheck-mode

malabar-mode is an EMACS major mode for editing Java files in a MAVEN project.  flycheck-mode  is a modern on-the-fly syntax checking extension for GNU Emacs 24.   The latest release of malabar-mode in MELPA (20140128.1331) has integrated flycheck.

To enable:
(load "malabar-flycheck")(flycheck-mode)
Once enabled, it uses javac to compile the buffer as changed.  See flycheck-mode for usage.

No comments: