https://github.com/bdd/aurora-config-mode.el
Emacs Major Mode for Apache Aurora
https://github.com/bdd/aurora-config-mode.el
Last synced: 5 months ago
JSON representation
Emacs Major Mode for Apache Aurora
- Host: GitHub
- URL: https://github.com/bdd/aurora-config-mode.el
- Owner: bdd
- License: bsd-2-clause
- Created: 2014-05-20T02:51:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T23:02:57.000Z (over 8 years ago)
- Last Synced: 2024-08-05T06:05:32.721Z (almost 2 years ago)
- Language: Emacs Lisp
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Aurora Config Mode for Emacs
----------------------------
This is the [Apache Aurora](https://aurora.incubator.apache.org/) configuration
major mode for Emacs.
Installation
------------
The mode is written and tested against GNU Emacs version 24 and may or may not
work in earlier versions.
### Install the ELPA package from MELPA.
`M-x package-install aurora-config-mode`
### Download and install with `package.el` manually
[Download](https://github.com/bdd/aurora-config.el/archive/master.zip) the
HEAD of repository and install with `M-x package-install-file`.
Commands
--------
Provides side effect free Aurora client commands (currently `inspect' and
`diff') to test the results of changes.
- `C-c a i` runs `aurora inspect ` (invoking `aurora-config-inspect`)
- `C-c a d` runs `aurora diff ` (invoking `aurora-config-inspect`)
Contributing
------------
`aurora-config-mode.el` lives at [https://github.com/bdd/aurora-config-mode.el]().
Pull requests are most welcome.