From c3cd44e6c4bf8c07be720d5eb68e9ef6476c06d6 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Wed, 5 Feb 2014 16:06:05 +0100 Subject: [PATCH 1/2] 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")) From dae9da94b2b47f2085764a584560d0314053aaf2 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Wed, 5 Feb 2014 17:29:49 +0100 Subject: [PATCH 2/2] Use the default list of included files --- recipes/pillar | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/pillar b/recipes/pillar index 24083b01..92d5a49f 100644 --- a/recipes/pillar +++ b/recipes/pillar @@ -1,3 +1,2 @@ (pillar :fetcher github - :repo "DamienCassou/pillar-mode" - :files ("pillar.el" "README.md")) + :repo "DamienCassou/pillar-mode")