Remove Org Mode Code Blocks Leading Whitespace

- Remove leading whitespace in README.org code blocks
- Set org mode code block leading indentation to 0
This commit is contained in:
Sravan Balaji
2021-09-11 09:57:18 -04:00
parent 251ff3aeb8
commit 7576c9079b
2 changed files with 501 additions and 499 deletions

View File

@@ -432,6 +432,7 @@ Use Hydra to design a transient key binding for quickly adjusting the scale of t
(auto-fill-mode 0)
(visual-line-mode 1)
(setq evil-auto-indent nil)
(setq org-edit-src-content-indentation 0)
)
(use-package org

View File

@@ -306,6 +306,7 @@
(auto-fill-mode 0)
(visual-line-mode 1)
(setq evil-auto-indent nil)
(setq org-edit-src-content-indentation 0)
)
(use-package org