diff options
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -682,7 +682,8 @@ In short, my favourite way of life. :config (setq org-src-tab-acts-natively t org-src-preserve-indentation nil - org-edit-src-content-indentation 0) + org-edit-src-content-indentation 0 + org-log-done 'time) :hook (org-mode . org-indent-mode)) (use-package org-notmuch |