Org speed commands

This commit is contained in:
2024-09-22 23:25:23 -07:00
parent 2947f441ea
commit 38ee257719

View File

@@ -12,6 +12,9 @@
:hook ((org-mode . visual-line-mode))
:custom
(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-image-actual-width '(800)))