Make source blocks respect the proper indentation level.

master
josiah 4 years ago
parent 5a4600f41f
commit c6e97ede67

@ -118,3 +118,6 @@ dependency: this relies on imagemagick"
(global-set-key (kbd "C-c C-4") 'my-org-screenshot))
;; force source blocks to respect the proper indentation.
(setq org-src-preserve-indentation nil
org-edit-src-content-indentation 0)

Loading…
Cancel
Save