Merge pull request #2172 from vspinu/master

Add `company-math` and `symbols` recipes
This commit is contained in:
Steve Purcell 2014-11-16 21:08:14 +00:00
commit ef8eceb58f
2 changed files with 8 additions and 0 deletions

4
recipes/company-math Normal file
View file

@ -0,0 +1,4 @@
(company-math
:fetcher github
:repo "vspinu/company-math"
:files ("*.el"))

View file

@ -0,0 +1,4 @@
(math-symbol-lists
:fetcher github
:repo "vspinu/math-symbol-lists"
:files ("*.el"))