diff options
| author | Somelauw <Somelauw> | 2017-04-28 17:46:05 +0200 |
|---|---|---|
| committer | Somelauw <Somelauw> | 2017-04-28 17:52:00 +0200 |
| commit | 005c0a792f8e2a79811a6654e5b2c08f3da6e4a0 (patch) | |
| tree | 05032ae854803a8d8b93c466c4b95953ba236ea4 /doc | |
| parent | 5060422807aa987e66eb95da9234f114a958e367 (diff) | |
Rename evil-org-improved back to evil-org
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/example_config.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/example_config.el b/doc/example_config.el index 54130de..701ff45 100644 --- a/doc/example_config.el +++ b/doc/example_config.el @@ -1,5 +1,5 @@ -(add-to-list 'load-path "~/.emacs.d/plugins/evil-org-improved") -(require 'evil-org-improved) +(add-to-list 'load-path "~/.emacs.d/plugins/evil-org") +(require 'evil-org) (require 'leader) (require 'hydra) |
