Tweak the source block indentation options

This commit is contained in:
Gerard Vermeulen 2024-01-18 17:14:01 +01:00
parent f556e9f296
commit 459f0a34a7
1 changed files with 3 additions and 1 deletions

View File

@ -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'."