From: rearman Date: Mon, 11 May 2026 15:49:40 +0000 (-0400) Subject: Org indent to tab-width X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=756b79577ec9a4c3708f8ac33301c54f62f54cf0;p=emacsinit.git Org indent to tab-width Not using indent, but good to have it set when I want it. --- diff --git a/config.org b/config.org index 33ad741..035cb9d 100644 --- a/config.org +++ b/config.org @@ -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