mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
add recipes for dictionary
dictionary is a client for rfc2229 dictionary server. It has two dependencies which are provided as own recipes: connection: handles client-side TCP connections link: Implement clickable links via text properties
This commit is contained in:
parent
84c25a290a
commit
5b08ed7b90
3 changed files with 9 additions and 0 deletions
3
recipes/connection
Normal file
3
recipes/connection
Normal file
|
@ -0,0 +1,3 @@
|
|||
(connection :repo "myrkr/dictionary-el"
|
||||
:fetcher github
|
||||
:files ("connection.el"))
|
3
recipes/dictionary
Normal file
3
recipes/dictionary
Normal file
|
@ -0,0 +1,3 @@
|
|||
(dictionary :repo "myrkr/dictionary-el"
|
||||
:fetcher github
|
||||
:files ("dictionary.el"))
|
3
recipes/link
Normal file
3
recipes/link
Normal file
|
@ -0,0 +1,3 @@
|
|||
(link :repo "myrkr/dictionary-el"
|
||||
:fetcher github
|
||||
:files ("link.el"))
|
Loading…
Reference in a new issue