diff options
| author | Somelauw <Somelauw> | 2017-11-07 20:55:23 +0100 |
|---|---|---|
| committer | Somelauw <Somelauw> | 2017-11-07 20:59:46 +0100 |
| commit | e38cf914de6627fed6405004555e0c04fcf39906 (patch) | |
| tree | ae3a58273719575a1244dfd13c66c06a6d53aa3f | |
| parent | 5ffdbf858069b2650dea1c60fcb96efb9669e793 (diff) | |
Remove dependency on melpa version of org-mode
This package should work with the org-mode bundled by Emacs 25.
If you're using a version of Org prior to 8.0.0, make sure to install it
from melpa.
Resolves https://github.com/Somelauw/evil-org-mode/issues/28
| -rw-r--r-- | evil-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-org.el b/evil-org.el index 50f091c..09fb3d8 100644 --- a/evil-org.el +++ b/evil-org.el @@ -8,7 +8,7 @@ ;; Created: 2012-06-14 ;; Forked-since: 2017-02-12 ;; Version: 1.0.0 -;; Package-Requires: ((emacs "24.4") (evil "1.0") (org "8.0.0")) +;; Package-Requires: ((emacs "24.4") (evil "1.0")) ;; Keywords: evil vim-emulation org-mode key-bindings presets ;; This file is not part of GNU Emacs |
