diff options
| author | Ilja Kocken <japhir@users.noreply.github.com> | 2020-10-22 12:13:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-22 12:13:51 +0200 |
| commit | 0caaaa73b8c126b14efffb83ba235d6943cce023 (patch) | |
| tree | 3cb9356aa3aa251a002772b88728b3ee9ffbf82b | |
| parent | a629fb705b0ac704580d5a5833a64716284074e7 (diff) | |
implement use-package `:hook` syntax in readme
| -rw-r--r-- | README.org | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -160,11 +160,8 @@ See [[file:doc/changelog.org][changelog]] for a history of changes. (use-package evil-org :ensure t :after org + :hook (org-mode . (lambda () evil-org-mode)) :config - (add-hook 'org-mode-hook 'evil-org-mode) - (add-hook 'evil-org-mode-hook - (lambda () - (evil-org-set-key-theme))) (require 'evil-org-agenda) (evil-org-agenda-set-keys)) #+END_SRC |
