Org speed commands
This commit is contained in:
@@ -12,6 +12,9 @@
|
|||||||
:hook ((org-mode . visual-line-mode))
|
:hook ((org-mode . visual-line-mode))
|
||||||
:custom
|
:custom
|
||||||
(org-special-ctrl-a/e 'reversed)
|
(org-special-ctrl-a/e 'reversed)
|
||||||
|
(org-hide-emphasis-markers t)
|
||||||
|
(org-use-speed-commands t)
|
||||||
|
(org-use-fast-todo-selection 'expert)
|
||||||
(org-todo-keywords '((sequence "TODO(t)" "BLOCKED(b)" "|" "DONE(d)")))
|
(org-todo-keywords '((sequence "TODO(t)" "BLOCKED(b)" "|" "DONE(d)")))
|
||||||
(org-image-actual-width '(800)))
|
(org-image-actual-width '(800)))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user