]> git.earman.xyz Git - emacsinit.git/commitdiff
Org indent to tab-width
authorrearman <rearman@r717.net>
Mon, 11 May 2026 15:49:40 +0000 (11:49 -0400)
committerrearman <rearman@r717.net>
Mon, 11 May 2026 15:49:40 +0000 (11:49 -0400)
Not using indent, but good to have it set when I want it.

config.org

index 33ad7414eb6f59b902875b1174f8aeb0d09b54c4..035cb9d0a3de6172a112f0884994befd2a6ac86f 100644 (file)
@@ -233,7 +233,7 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett
   (with-eval-after-load 'org-mode (add-to-list 'org-export-backends 'md))
 
   (setq org-startup-indented nil
-       org-indent-indentation-per-level 1
+       org-indent-indentation-per-level tab-width
        org-startup-folded 'fold
        org-startup-with-inline-images t
        org-cycle-inline-images-display t