From 83afc94b00833930a7d1639daf5bdeaa63626ece Mon Sep 17 00:00:00 2001 From: topecongiro Date: Wed, 21 Mar 2018 15:30:26 +0900 Subject: 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 :) --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index bb64b5f..630ea5e 100644 --- a/README.org +++ b/README.org @@ -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]]. -- cgit v1.0