From 2828eb088278dae02c675fa3420af318c5f3d77c Mon Sep 17 00:00:00 2001 From: Vitalie Spinu Date: Sun, 16 Nov 2014 00:09:40 -0800 Subject: [PATCH] Add `company-math` and `math-symbol-lists` recipes --- recipes/company-math | 4 ++++ recipes/math-symbol-lists | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 recipes/company-math create mode 100644 recipes/math-symbol-lists diff --git a/recipes/company-math b/recipes/company-math new file mode 100644 index 00000000..916952d4 --- /dev/null +++ b/recipes/company-math @@ -0,0 +1,4 @@ +(company-math + :fetcher github + :repo "vspinu/company-math" + :files ("*.el")) diff --git a/recipes/math-symbol-lists b/recipes/math-symbol-lists new file mode 100644 index 00000000..7788e23f --- /dev/null +++ b/recipes/math-symbol-lists @@ -0,0 +1,4 @@ +(math-symbol-lists + :fetcher github + :repo "vspinu/math-symbol-lists" + :files ("*.el"))