From: rush Date: Wed, 24 Jun 2026 16:12:54 +0000 (-0400) Subject: Turn off org-indent-mode X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=d51f88245cca45976be8c45f1a8cc477dc34497a;p=emacsinit.git Turn off org-indent-mode I really wish it would work, but subtree folding becomes very buggy when enabled. --- 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