diff options
| author | Edward Tjörnhammar <ed@cflags.cc> | 2013-05-07 23:03:12 -0700 |
|---|---|---|
| committer | Edward Tjörnhammar <ed@cflags.cc> | 2013-05-07 23:03:12 -0700 |
| commit | afb3be05464d9071d82dab3bc722116905d1fdba (patch) | |
| tree | 1bb51ec49e9884d7f3d7dd48a8ad7179cc90a35d | |
| parent | da4ffb02616bc4ff489883402a9087aa26f71787 (diff) | |
| parent | f9c43e12cb5b2cd8ede5d4a2c7f0b06f1c038c66 (diff) | |
Merge pull request #1 from behaghel/master
Compliance with package.el format
| -rw-r--r-- | evil-org.el | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/evil-org.el b/evil-org.el index 5057646..84d94be 100644 --- a/evil-org.el +++ b/evil-org.el @@ -1,11 +1,12 @@ ;;; evil-org-mode.el --- evil keybindings for org-mode -;; Copyright: See respective authors -;; Author: See respective commits +;; Copyright (C) 2012-2013 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: 9999 +;; Version: 0.1.0 +;; Package-Requires: ((evil "0")) ;; Keywords: evil vim-emulation org-mode key-bindings presets ;; This file is not part of GNU Emacs @@ -27,7 +28,7 @@ ;; See, https://github.com/edwtjo/evil-org-mode/issues (require 'evil) -(require 'evil-leader) +;; (require 'evil-leader) (require 'org) (define-minor-mode evil-org-mode @@ -75,3 +76,5 @@ (kbd "M-K") 'org-shiftmetaup (kbd "M-J") 'org-shiftmetadown)) '(normal insert)) (provide 'evil-org) + +;;; evil-org-mode.el ends here |
