(chore): require minimum org version of 9.0 (#177)

This commit is contained in:
Jethro Kuan
2020-02-24 18:58:03 +08:00
committed by GitHub
parent 5f6ff4282c
commit d780b6ffd1
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
;; URL: https://github.com/jethrokuan/org-roam ;; URL: https://github.com/jethrokuan/org-roam
;; Keywords: org-mode, roam, convenience ;; Keywords: org-mode, roam, convenience
;; Version: 0.1.2 ;; Version: 0.1.2
;; Package-Requires: ((emacs "26.1")) ;; Package-Requires: ((emacs "26.1") (org "9.0"))
;; This file is NOT part of GNU Emacs. ;; This file is NOT part of GNU Emacs.

View File

@ -6,7 +6,7 @@
;; URL: https://github.com/jethrokuan/org-roam ;; URL: https://github.com/jethrokuan/org-roam
;; Keywords: org-mode, roam, convenience ;; Keywords: org-mode, roam, convenience
;; Version: 0.1.2 ;; Version: 0.1.2
;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (async "1.9.4")) ;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (async "1.9.4") (org "9.0"))
;; This file is NOT part of GNU Emacs. ;; This file is NOT part of GNU Emacs.