https://github.com/bdd/aurora-config.el.git
git clone 'git://github.com/bdd/aurora-config.el.git'
This is the Apache Aurora configuration major mode for Emacs.
The mode is written and tested against GNU Emacs version 24 and may or may not work in earlier versions.
M-x package-install aurora-config-mode
package.el
manuallyDownload the
HEAD of repository and install with M-x package-install-file
.
Provides side effect free Aurora client commands (currently inspect' and
diff') to test the results of changes.
C-c a i
runs aurora inspect <jobpath> <config>
(invoking aurora-config-inspect
)C-c a d
runs aurora diff <jobpath> <config>
(invoking aurora-config-inspect
)aurora-config-mode.el
lives at https://github.com/bdd/aurora-config-mode.el.
Pull requests are most welcome.