From 756b79577ec9a4c3708f8ac33301c54f62f54cf0 Mon Sep 17 00:00:00 2001 From: rearman Date: Mon, 11 May 2026 11:49:40 -0400 Subject: [PATCH] Org indent to tab-width Not using indent, but good to have it set when I want it. --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5