Reenable automatic indentation in Org mode buffers

This partially reverts 39f652e.
This commit is contained in:
Daniel - 2023-10-15 15:02:01 +02:00
parent 39f652e070
commit 37a12c4d16
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 0 deletions

View File

@ -543,6 +543,7 @@
(use-package org
:pin "gnu"
:bind (:map org-mode-map
([remap org-return] . (lambda () (interactive) (org-return :indent)))
([remap org-clock-goto] . db/org-clock-goto-first-open-checkbox))
:init (progn
(setq org-deadline-warning-days 14