mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Split processing-mode into two packages
Remove yasnippet code from processing-mode and add separate processing-snippets recipe
This commit is contained in:
parent
e020ea3ef8
commit
0fe6d0fd9b
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
(processing-mode
|
||||
:repo "ptrv/processing2-emacs"
|
||||
:fetcher github
|
||||
:files ("*.el" "snippets"))
|
||||
:files ("processing-mode.el"))
|
||||
|
|
4
recipes/processing-snippets
Normal file
4
recipes/processing-snippets
Normal file
|
@ -0,0 +1,4 @@
|
|||
(processing-snippets
|
||||
:repo "ptrv/processing2-emacs"
|
||||
:fetcher github
|
||||
:files ("processing-snippets.el" "snippets"))
|
Loading…
Reference in a new issue