Split ac-nim out of nim-mode

/cc @reactormonk
This commit is contained in:
Steve Purcell 2015-01-07 08:10:35 +00:00
parent e93a8dcd2f
commit e0403dc558
2 changed files with 7 additions and 1 deletions

3
recipes/ac-nim Normal file
View file

@ -0,0 +1,3 @@
(ac-nim :fetcher github
:repo "reactormonk/nim-mode"
:files ("ac-nim.el"))

View file

@ -1 +1,4 @@
(nim-mode :fetcher github :repo "reactormonk/nim-mode" :old-names (nimrod-mode))
(nim-mode :fetcher github
:repo "reactormonk/nim-mode"
:files ("nim-mode.el")
:old-names (nimrod-mode))