Tweak the source block indentation options
This commit is contained in:
parent
f556e9f296
commit
459f0a34a7
@ -2493,7 +2493,9 @@ When called twice, replace the previously inserted \\(\\) by one $."
|
|||||||
#+begin_src emacs-lisp -n
|
#+begin_src emacs-lisp -n
|
||||||
(with-eval-after-load 'emacs
|
(with-eval-after-load 'emacs
|
||||||
(with-eval-after-load 'org-src
|
(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 ()
|
(defun org-left-shift-block ()
|
||||||
"Left-shift the block at point using `org-indent-block'."
|
"Left-shift the block at point using `org-indent-block'."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user