mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Add pdf-tools and tablist recipes
This commit is contained in:
parent
0aa68b4603
commit
8e3d53913f
2 changed files with 13 additions and 0 deletions
8
recipes/pdf-tools
Normal file
8
recipes/pdf-tools
Normal file
|
@ -0,0 +1,8 @@
|
|||
(pdf-tools
|
||||
:fetcher github
|
||||
:repo "politza/pdf-tools"
|
||||
:files ("lisp/*.el"
|
||||
"README"
|
||||
("build" "Makefile")
|
||||
("build" "server")
|
||||
(:exclude "lisp/tablist.el" "lisp/tablist-filter.el")))
|
5
recipes/tablist
Normal file
5
recipes/tablist
Normal file
|
@ -0,0 +1,5 @@
|
|||
(tablist
|
||||
:fetcher github
|
||||
:repo "politza/pdf-tools"
|
||||
:files ("lisp/tablist.el"
|
||||
"lisp/tablist-filter.el"))
|
Loading…
Reference in a new issue