From 4056e91b9b40974afed5be48a7eaabdb4f05614a Mon Sep 17 00:00:00 2001 From: "Berk D. Demir" Date: Tue, 20 May 2014 00:30:34 -0700 Subject: [PATCH] Add aurora-config-mode Major mode for editing Apache Aurora configuration files. It's derived from Python mode adding Aurora and Pystachio helpers, structs and types for syntax coloring along with some Aurora inspection commands and key bindings. --- recipes/aurora-config-mode | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/aurora-config-mode diff --git a/recipes/aurora-config-mode b/recipes/aurora-config-mode new file mode 100644 index 00000000..b197bcc5 --- /dev/null +++ b/recipes/aurora-config-mode @@ -0,0 +1 @@ +(aurora-config-mode :fetcher github :repo "bdd/aurora-config.el")