From d51f88245cca45976be8c45f1a8cc477dc34497a Mon Sep 17 00:00:00 2001 From: rush Date: Wed, 24 Jun 2026 12:12:54 -0400 Subject: [PATCH] Turn off org-indent-mode I really wish it would work, but subtree folding becomes very buggy when enabled. --- config.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.org b/config.org index bf8b1fc..05d8b80 100644 --- a/config.org +++ b/config.org @@ -210,7 +210,6 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett org-fontify-done-headline nil org-goto-auto-isearch nil org-goto-interface 'outline-path-completion - org-indent-indentation-per-level tab-width org-list-allow-alphabetical t org-outline-path-complete-in-steps nil org-return-follows-link t @@ -223,8 +222,7 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett org-startup-folded 'fold org-startup-with-inline-images t org-tags-column 0 - org-yank-adjusted-subtrees t - org-startup-indented t) + org-yank-adjusted-subtrees t) #+END_SRC *** Time Clocking #+BEGIN_SRC emacs-lisp -- 2.39.5