Move org bindings to init-org

This commit is contained in:
Eivind Fonn 2015-09-03 19:46:05 +02:00
parent 8adc82d1ae
commit da60e8a0f6
1 changed files with 7 additions and 6 deletions

View File

@ -43,12 +43,7 @@
:config
(progn
(evil-leader/set-key-for-mode 'org-mode
"a" nil "ma" 'org-agenda
"b" nil "mb" 'org-tree-to-indirect-buffer
"c" nil "mA" 'org-archive-subtree
"o" nil "mC" 'evil-org-recompute-clocks
"l" nil "ml" 'org-open-at-point
"t" nil "mT" 'org-show-todo-tree)
"o" nil "mC" 'evil-org-recompute-clocks)
(evil-define-key 'normal evil-org-mode-map
"O" 'evil-open-above)
(spacemacs|diminish evil-org-mode "" " e"))))
@ -95,6 +90,12 @@ 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
;; headings
"mhi" 'org-insert-heading-after-current
"mhI" 'org-insert-heading