From 68a2fddb7e000487f022b3827a7de9808ae73e2a Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sat, 1 Feb 2014 14:54:30 +0000 Subject: [PATCH] Add shm (structured haskell mode) --- recipes/shm | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/shm diff --git a/recipes/shm b/recipes/shm new file mode 100644 index 00000000..61789d67 --- /dev/null +++ b/recipes/shm @@ -0,0 +1 @@ +(shm :fetcher github :repo "chrisdone/structured-haskell-mode" :files ("elisp/*.el" (:exclude "shm-test.el" "shm-tests.el")))