mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Split ac-nim out of nim-mode
/cc @reactormonk
This commit is contained in:
parent
e93a8dcd2f
commit
e0403dc558
2 changed files with 7 additions and 1 deletions
3
recipes/ac-nim
Normal file
3
recipes/ac-nim
Normal file
|
@ -0,0 +1,3 @@
|
|||
(ac-nim :fetcher github
|
||||
:repo "reactormonk/nim-mode"
|
||||
:files ("ac-nim.el"))
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue