diff options
| author | topecongiro <seuchida@gmail.com> | 2018-03-21 15:30:26 +0900 |
|---|---|---|
| committer | topecongiro <seuchida@gmail.com> | 2018-03-21 15:30:26 +0900 |
| commit | 83afc94b00833930a7d1639daf5bdeaa63626ece (patch) | |
| tree | 1bf0761ac098569e3b2c6db51b62a85be1bcf5db | |
| parent | 79c8e067bbc31ead51894a28492f28cf3a103808 (diff) | |
Update installation guilde using use-package
The current installation guide for `use-package` is missing a setting
for `evil-org-agenda`. This PR adds it so that we can simply copy and
paste the installation guide to our config file :)
| -rw-r--r-- | README.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -160,7 +160,9 @@ See [[file:doc/changelog.org][changelog]] for a history of changes. (add-hook 'org-mode-hook 'evil-org-mode) (add-hook 'evil-org-mode-hook (lambda () - (evil-org-set-key-theme)))) + (evil-org-set-key-theme))) + (require 'evil-org-agenda) + (evil-org-agenda-set-keys)) #+END_SRC For a more elaborate setup, take a look at [[file:doc/example_config.el][this example]]. |
