From c3cd44e6c4bf8c07be720d5eb68e9ef6476c06d6 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Wed, 5 Feb 2014 16:06:05 +0100 Subject: [PATCH] Recipe for the Pillar major mode - Summary: syntax highlighting for the Pillar markup format. - Association with the package: Maintainer - Package repository: https://github.com/DamienCassou/pillar-mode Package builds and installs properly. --- recipes/pillar | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/pillar diff --git a/recipes/pillar b/recipes/pillar new file mode 100644 index 00000000..24083b01 --- /dev/null +++ b/recipes/pillar @@ -0,0 +1,3 @@ +(pillar :fetcher github + :repo "DamienCassou/pillar-mode" + :files ("pillar.el" "README.md"))