Move nil bindings back to evil-org

This commit is contained in:
Eivind Fonn 2015-09-03 20:07:55 +02:00
parent da60e8a0f6
commit f10c874095
1 changed files with 9 additions and 6 deletions

View File

@ -43,7 +43,10 @@
:config
(progn
(evil-leader/set-key-for-mode 'org-mode
"o" nil "mC" 'evil-org-recompute-clocks)
"mC" 'evil-org-recompute-clocks
;; evil-org binds these keys, so we unbind them
"t" nil "a" nil "b" nil "c" nil "l" nil "o" nil)
(evil-define-key 'normal evil-org-mode-map
"O" 'evil-open-above)
(spacemacs|diminish evil-org-mode "" " e"))))
@ -90,11 +93,11 @@ Will work on both org-mode and any mode that accepts plain html."
"mf" 'org-set-effort
"m:" 'org-set-tags
"a" nil "ma" 'org-agenda
"b" nil "mb" 'org-tree-to-indirect-buffer
"c" nil "mA" 'org-archive-subtree
"l" nil "ml" 'org-open-at-point
"t" nil "mT" 'org-show-todo-tree
"ma" 'org-agenda
"mb" 'org-tree-to-indirect-buffer
"mA" 'org-archive-subtree
"ml" 'org-open-at-point
"mT" 'org-show-todo-tree
;; headings
"mhi" 'org-insert-heading-after-current