[Org] Move some keybinding to init.el
This commit is contained in:
parent
f0a2383b7a
commit
8d07f1c197
2
init.el
2
init.el
@ -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)
|
||||
|
||||
|
||||
@ -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@)")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user