summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorSomelauw <Somelauw>2017-04-28 17:46:05 +0200
committerSomelauw <Somelauw>2017-04-28 17:52:00 +0200
commit005c0a792f8e2a79811a6654e5b2c08f3da6e4a0 (patch)
tree05032ae854803a8d8b93c466c4b95953ba236ea4 /README.org
parent5060422807aa987e66eb95da9234f114a958e367 (diff)
Rename evil-org-improved back to evil-org
Diffstat (limited to 'README.org')
-rw-r--r--README.org16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.org b/README.org
index d744795..5597012 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,4 @@
-#+TITLE: evil-org-improved
+#+TITLE: evil-org
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.
@@ -43,17 +43,17 @@ This is an extended and actively maintained version of https://github.com/edwtjo
#+BEGIN_SRC sh
mkdir -p ~/.emacs.d/plugins; git clone
- git://github.com/somelauw/evil-org-improved.git ~/.emacs.d/plugins/evil-org-improved
+ git://github.com/somelauw/evil-org.git ~/.emacs.d/plugins/evil-org
#+END_SRC
*** emacs.el
-#+begin_src emacs-lisp
-(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
+ #+BEGIN_SRC emacs-lisp
+ (add-to-list 'load-path "~/.emacs.d/plugins/evil-org")
+ (require 'evil-org)
+ (add-hook 'org-mode-hook 'evil-org-mode)
+ (evil-org-set-key-theme '(textobjects insert navigation additional))
+ #+END_SRC
For a more elaborate setup, take a look at [[file:doc/example_config.el][this example]].