From 459f0a34a718f5e4d6a8d341f837ce192dff44ed Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Thu, 18 Jan 2024 17:14:01 +0100 Subject: [PATCH] Tweak the source block indentation options --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 93a1c00..c04863b 100644 --- a/README.org +++ b/README.org @@ -2493,7 +2493,9 @@ When called twice, replace the previously inserted \\(\\) by one $." #+begin_src emacs-lisp -n (with-eval-after-load 'emacs (with-eval-after-load 'org-src - (setopt org-src-preserve-indentation t) + ;; https://list.orgmode.org/c3cc4ff1fcfb3bc741df89a3f45be30e@posteo.net/ + (setopt org-src-preserve-indentation nil + org-edit-src-content-indentation 0) (defun org-left-shift-block () "Left-shift the block at point using `org-indent-block'."