diff options
author | Steve Purcell <steve@sanityinc.com> | 2013-10-05 10:21:30 +0100 |
---|---|---|
committer | Steve Purcell <steve@sanityinc.com> | 2013-10-05 10:21:30 +0100 |
commit | 680cbd94f87a27edf43b1843c3b0927bba01d078 (patch) | |
tree | 67a00c4c73cdc3f942c060e9a4cee9e496a1b720 /link-pkg.el | |
parent | 41f2e0b385ac5f63e6cbda2c8978c291934efc6f (diff) |
Place package metadata directly in .el files
In the case of single-file packages like this, a -pkg.el is unnecessary.
This commit therefore removes the -pkg.el files and puts the info
directly in the .el files. It also, therefore, adjusts the formatting of
those files slightly in order to be readable by `package-buffer-info`.
Diffstat (limited to 'link-pkg.el')
-rw-r--r-- | link-pkg.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/link-pkg.el b/link-pkg.el deleted file mode 100644 index 75f15ad..0000000 --- a/link-pkg.el +++ /dev/null @@ -1,4 +0,0 @@ -(define-package "link" - "1.10" - "hypertext links in text buffers") - |