[Org] Move some keybinding to init.el

This commit is contained in:
Daniel Borchmann 2018-11-03 09:45:00 +01:00
parent f0a2383b7a
commit 8d07f1c197
Signed by: exot
GPG Key ID: 4F63DB96D45AA9C6
2 changed files with 2 additions and 2 deletions

View File

@ -653,6 +653,8 @@ _h_ _l_ _o_k _y_ank
org-store-link
org-clock-save
hydra-org-clock/body)
:bind (:map org-mode-map
([remap org-return] . org-return-indent))
:config (progn
(require 'db-org)

View File

@ -32,8 +32,6 @@
org-src-preserve-indentation t
org-ellipsis "")
(bind-key [remap org-return] 'org-return-indent org-mode-map)
(setq org-todo-keywords
'((sequence "TODO(t)" "CONT(n!)" "|" "DONE(d@)")
(sequence "GOTO(g)" "ATTN(a)" "|" "DONE(d@)")