]> git.earman.xyz Git - emacsinit.git/commitdiff
Turn off org-indent-mode
authorrush <rearman@r717.net>
Wed, 24 Jun 2026 16:12:54 +0000 (12:12 -0400)
committerrush <rearman@r717.net>
Wed, 24 Jun 2026 16:23:16 +0000 (12:23 -0400)
I really wish it would work, but subtree folding becomes very buggy when
enabled.

config.org

index bf8b1fc6184db2621f3a65a398d8d404b74b7439..05d8b802baeb4200f5a5ed25b3e49509b6a61be3 100644 (file)
@@ -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\r
       org-goto-auto-isearch nil\r
       org-goto-interface 'outline-path-completion\r
-      org-indent-indentation-per-level tab-width\r
       org-list-allow-alphabetical t\r
       org-outline-path-complete-in-steps nil\r
       org-return-follows-link t\r
@@ -223,8 +222,7 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett
       org-startup-folded 'fold\r
       org-startup-with-inline-images t\r
       org-tags-column 0\r
-      org-yank-adjusted-subtrees t\r
-      org-startup-indented t)\r
+      org-yank-adjusted-subtrees t)\r
 #+END_SRC\r
 *** Time Clocking\r
 #+BEGIN_SRC emacs-lisp\r