diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-04-02 23:49:00 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-04-02 23:49:00 -0400 |
commit | a7b223624977bc93ac5cdc63d9ca8fb567a369c6 (patch) | |
tree | a8a5450e159e245fb2e2ed57f55eb7ded6599efe | |
parent | 58e3d8943f099fa9db9985153dd9d368b22a41d8 (diff) | |
download | bog-a7b223624977bc93ac5cdc63d9ca8fb567a369c6.tar.gz |
Remove Org 8 from requirements
All of the Org functionality currently used should be present in
built-in Org version.
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ ;; URL: https://github.com/kyleam/bog ;; Keywords: BibTeX, org-mode ;; Version: 0.6.0 -;; Package-Requires: ((org "8.0.0") (dash "2.5.0")) +;; Package-Requires: ((dash "2.5.0")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by |