mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(org-mode): disable section body indentation
Due to wrapping text at 80 characters, having section content indented to match the heading level of the section caused annoyance whenever I restructured documents, as often the line wrapping was no longer correct and needed adjustment.
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
(org-return-follows-link t)
|
||||
(org-special-ctrl-a/e t)
|
||||
(org-special-ctrl-k t)
|
||||
(org-adapt-indentation nil)
|
||||
(org-hide-leading-stars nil)
|
||||
|
||||
(org-directory (if (file-directory-p "~/Dropbox/org")
|
||||
"~/Dropbox/org" "~/org"))
|
||||
|
||||
Reference in New Issue
Block a user