diff options
| author | Somelauw <Somelauw> | 2017-04-10 22:19:02 +0200 |
|---|---|---|
| committer | Somelauw <Somelauw> | 2017-04-10 22:19:28 +0200 |
| commit | ab28fd1fa2d276d08d8a17b5cc88ad43f7100534 (patch) | |
| tree | 2fc4e756950428e4ef714241f647b5350f81369d | |
| parent | 6765bb8b3fc1f42b4f3bc4c6df13ab1d730cb6a7 (diff) | |
Rename evil-org.el to evil-org-improved.el
| -rw-r--r-- | README.org | 9 | ||||
| -rw-r--r-- | doc/example_config.el | 2 | ||||
| -rw-r--r-- | evil-org-improved.el (renamed from evil-org.el) | 0 |
3 files changed, 6 insertions, 5 deletions
@@ -1,4 +1,4 @@ -#+TITLE: evil-org-mode +#+TITLE: evil-org-improved Supplemental evil-mode key-bindings to Emacs org-mode. This is an extended and actively maintained version of https://github.com/edwtjo/evil-org-mode/blob/master/evil-org.el that was originally created by Edward Tjörnhammar. @@ -42,14 +42,15 @@ This is an extended and actively maintained version of https://github.com/edwtjo ** Installation #+BEGIN_SRC sh - mkdir -p ~/.emacs.d/plugins; git clone git://github.com/somelauw/evil-org-improved.git ~/.emacs.d/plugins/evil-org-mode + mkdir -p ~/.emacs.d/plugins; git clone + git://github.com/somelauw/evil-org-improved.git ~/.emacs.d/plugins/evil-org-improved #+END_SRC *** emacs.el #+begin_src emacs-lisp -(add-to-list 'load-path "~/.emacs.d/plugins/evil-org-mode") -(require 'evil-org) +(add-to-list 'load-path "~/.emacs.d/plugins/evil-org-improved") +(require 'evil-org-improved) (add-hook 'org-mode-hook 'evil-org-mode) (evil-org-set-key-theme '(textobjects insert navigation additional)) #+end_src diff --git a/doc/example_config.el b/doc/example_config.el index cde7bf1..dd7c7ba 100644 --- a/doc/example_config.el +++ b/doc/example_config.el @@ -1,4 +1,4 @@ -(add-to-list 'load-path "~/.emacs.d/plugins/evil-org-mode") +(add-to-list 'load-path "~/.emacs.d/plugins/evil-org-improved") (require 'evil-org) (require 'leader) (require 'hydra) diff --git a/evil-org.el b/evil-org-improved.el index 36b6a7a..36b6a7a 100644 --- a/evil-org.el +++ b/evil-org-improved.el |
