diff options
| author | Somelauw <Somelauw@gmail.com> | 2020-05-10 22:03:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-10 22:03:46 +0200 |
| commit | 2d70c981587187f4fb7d72b9c5b368e6f7c1460f (patch) | |
| tree | 371ae4f848ca902fd4aae57de9300116c88de94c | |
| parent | 9d4be14118bf27094a30dbff349b815f098aacbf (diff) | |
| parent | 9d258931e551fe4d834df79350da5ed4dfa2f09a (diff) | |
Merge pull request #70 from terrynsun/master
Update repo name in manual install instructions
| -rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -131,14 +131,14 @@ See [[file:doc/changelog.org][changelog]] for a history of changes. *** Manual installation #+BEGIN_SRC sh - mkdir -p ~/.emacs.d/plugins; git clone - git://github.com/somelauw/evil-org.git ~/.emacs.d/plugins/evil-org + mkdir -p ~/.emacs.d/plugins; git clone \ + git://github.com/somelauw/evil-org-mode.git ~/.emacs.d/plugins/evil-org-mode #+END_SRC **** Configuration emacs.el #+BEGIN_SRC emacs-lisp - (add-to-list 'load-path "~/.emacs.d/plugins/evil-org") + (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 '(navigation insert textobjects additional calendar)) |
