diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-09-06 18:53:06 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-09-06 18:54:46 -0400 |
commit | a92128169ab08e1a8d1da066cd6fe3f22037f5b1 (patch) | |
tree | 286b680e80ab78cdf269e15707c48affe5e23a7e | |
parent | 8a0856da1cdf724ac747c5e99e87016eccbf5e64 (diff) | |
download | piem-a92128169ab08e1a8d1da066cd6fe3f22037f5b1.tar.gz |
Drop version header from most libraries
I haven't decided how I want to deal with packaging, but in any case
there's no point in having a version heading for each library. Keep
the one in piem.el since there's no *-pkg.el file (at this point, at
least).
-rw-r--r-- | piem-b4.el | 1 | ||||
-rw-r--r-- | piem-elfeed.el | 1 | ||||
-rw-r--r-- | piem-eww.el | 1 | ||||
-rw-r--r-- | piem-gnus.el | 1 | ||||
-rw-r--r-- | piem-notmuch.el | 1 |
5 files changed, 0 insertions, 5 deletions
@@ -4,7 +4,6 @@ ;; Author: Kyle Meyer <kyle@kyleam.com> ;; Keywords: vc, tools -;; Version: 0.0.0 ;; Package-Requires: ((emacs "26.3") (transient "0.2.0")) ;; This program is free software; you can redistribute it and/or modify diff --git a/piem-elfeed.el b/piem-elfeed.el index b1e112b..82bc825 100644 --- a/piem-elfeed.el +++ b/piem-elfeed.el @@ -4,7 +4,6 @@ ;; Author: Kyle Meyer <kyle@kyleam.com> ;; Keywords: vc, tools -;; Version: 0.0.0 ;; Package-Requires: ((emacs "26.3")) ;; This program is free software; you can redistribute it and/or modify diff --git a/piem-eww.el b/piem-eww.el index 62b7166..d028d37 100644 --- a/piem-eww.el +++ b/piem-eww.el @@ -4,7 +4,6 @@ ;; Author: Kyle Meyer <kyle@kyleam.com> ;; Keywords: vc, tools -;; Version: 0.0.0 ;; Package-Requires: ((emacs "26.3")) ;; This program is free software; you can redistribute it and/or modify diff --git a/piem-gnus.el b/piem-gnus.el index 244c389..9e8a0aa 100644 --- a/piem-gnus.el +++ b/piem-gnus.el @@ -4,7 +4,6 @@ ;; Author: Kyle Meyer <kyle@kyleam.com> ;; Keywords: vc, tools -;; Version: 0.0.0 ;; Package-Requires: ((emacs "26.3")) ;; This program is free software; you can redistribute it and/or modify diff --git a/piem-notmuch.el b/piem-notmuch.el index 5bf5b09..7941736 100644 --- a/piem-notmuch.el +++ b/piem-notmuch.el @@ -4,7 +4,6 @@ ;; Author: Kyle Meyer <kyle@kyleam.com> ;; Keywords: vc, tools -;; Version: 0.0.0 ;; Package-Requires: ((emacs "26.3")) ;; This program is free software; you can redistribute it and/or modify |