diff options
| author | Somelauw <Somelauw> | 2017-04-09 23:29:14 +0200 |
|---|---|---|
| committer | Somelauw <Somelauw> | 2017-04-10 00:35:53 +0200 |
| commit | 6765bb8b3fc1f42b4f3bc4c6df13ab1d730cb6a7 (patch) | |
| tree | a0b943ce8734f420dded5cb5e88cc36b55dbab57 /README.org | |
| parent | aa8603f80598034ed6530bed97eab33af41c82b0 (diff) | |
Update documentation in code and README
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 33 |
1 files changed, 20 insertions, 13 deletions
@@ -41,33 +41,40 @@ This is an extended and actively maintained version of https://github.com/edwtjo ** Installation - #+BEGIN_SRC sh + #+BEGIN_SRC sh mkdir -p ~/.emacs.d/plugins; git clone git://github.com/somelauw/evil-org-improved.git ~/.emacs.d/plugins/evil-org-mode - #+END_SRC + #+END_SRC *** emacs.el - #+begin_src emacs-lisp - (add-to-list 'load-path "~/.emacs.d/plugins/evil-org-mode") - (require 'evil-org) - (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]]. +#+begin_src emacs-lisp +(add-to-list 'load-path "~/.emacs.d/plugins/evil-org-mode") +(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]]. ** See also - [[https://github.com/edwtjo/evil-org-mode][org-mode by edwtjo]] - Original org-mode plugin by edwtjo from which this project was forked + Original org-mode plugin by edwtjo from which this project was forked - [[https://github.com/GuiltyDolphin/org-evil][org-evil by GuiltyDolphin]] - Alternative integration of evil and org with different keybindings + Alternative integration of evil and org with different keybindings + + - https://github.com/jceb/vim-orgmode + Org mode plugin for vim - http://orgmode.org/ - The official org-mode website + The official org-mode website - [[http://orgmode.org/orgcard.pdf]] - A handy cheat sheet, even if using this plugin + A handy cheat sheet, even if using this plugin + + - https://github.com/Somelauw/evil-markdown + Similar project for markdown code ** License |
