Initial commit

This commit is contained in:
2022-10-02 23:38:38 +02:00
commit a4d498e6d5
7 changed files with 388 additions and 0 deletions

14
Eask Normal file
View File

@@ -0,0 +1,14 @@
(package "dsptl"
"0.1.0"
"Dead Simple PlainText Links")
(website-url "https://github.com/Phundrak/dsptl.el")
(keywords "convenience" "text")
(package-file "dsptl.el")
(source "gnu")
(depends-on "emacs" "26.1")
(depends-on "dash" "2.2.0")
(depends-on "f" "0.20")