lang/org: revert e19069aa9
It ended up convoluting the load order, which makes customizing their keybinds more complicated than they need to be.
This commit is contained in:
parent
16a17ad970
commit
95c3682716
1 changed files with 0 additions and 2 deletions
|
@ -829,7 +829,6 @@ compelling reason, so..."
|
|||
|
||||
(use-package! evil-org
|
||||
:when (featurep! :editor evil +everywhere)
|
||||
:after org
|
||||
:hook (org-mode . evil-org-mode)
|
||||
:init
|
||||
(defvar evil-org-retain-visual-state-on-shift t)
|
||||
|
@ -897,7 +896,6 @@ compelling reason, so..."
|
|||
|
||||
(use-package! evil-org-agenda
|
||||
:when (featurep! :editor evil +everywhere)
|
||||
:after org-agenda
|
||||
:hook (org-agenda-mode . evil-org-agenda-mode)
|
||||
:config
|
||||
(evil-org-agenda-set-keys)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue