diff options
| author | Edward Tjörnhammar <ed@cflags.cc> | 2015-12-03 08:46:53 +0100 |
|---|---|---|
| committer | Edward Tjörnhammar <ed@cflags.cc> | 2015-12-03 08:47:12 +0100 |
| commit | 61319f85979e8768c930983595caa2483c0fb319 (patch) | |
| tree | 382734c215a6d1cf5a4c71289f8c001d39d42048 | |
| parent | f9c3257377301cc3878f67c990daeadb9c7e4ca1 (diff) | |
Add evil-leader to requirements
| -rw-r--r-- | evil-org.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/evil-org.el b/evil-org.el index 42d7598..4ef8c55 100644 --- a/evil-org.el +++ b/evil-org.el @@ -1,12 +1,12 @@ ;;; evil-org.el --- evil keybindings for org-mode -;; Copyright (C) 2012-2014 by Edward Tjörnhammar +;; Copyright (C) 2012-2015 by Edward Tjörnhammar ;; Author: Edward Tjörnhammar ;; URL: https://github.com/edwtjo/evil-org-mode.git ;; Git-Repository; git://github.com/edwtjo/evil-org-mode.git ;; Created: 2012-06-14 -;; Version: 0.1.1 -;; Package-Requires: ((evil "0") (org "0")) +;; Version: 0.1.2 +;; Package-Requires: ((evil "0") (org "0") (evil-leader "0")) ;; Keywords: evil vim-emulation org-mode key-bindings presets ;; This file is not part of GNU Emacs |
