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

File diff suppressed because it is too large Load Diff

View File

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