clean evil-org

This commit is contained in:
petrucci4prez 2018-07-14 22:16:32 -04:00
parent c3b570d8c9
commit 7072de06ad
1 changed files with 2 additions and 3 deletions

View File

@ -1586,11 +1586,10 @@ I like being evil. All package and custom bindings go here.
#+BEGIN_SRC emacs-lisp
(use-package evil-org
:ensure t
:after evil
:after org
:after (evil org)
:delight
:hook (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)