diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-28 02:16:29 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-28 02:16:29 +0100 |
commit | da985ced109293284a91894f607fc36a0a0bf29d (patch) | |
tree | b247f6fa6eb61afe60180f9df6563d85469a3c17 /.config/emacs/modules/mm-editing.el | |
parent | 8c2134df8a344809da93ea3cd67df6a59ce74973 (diff) |
emacs: Set tab-width to 8 in org-mode
Diffstat (limited to '.config/emacs/modules/mm-editing.el')
-rw-r--r-- | .config/emacs/modules/mm-editing.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el index 7c75c74..0434390 100644 --- a/.config/emacs/modules/mm-editing.el +++ b/.config/emacs/modules/mm-editing.el @@ -40,7 +40,7 @@ (lisp-interaction-mode . (:spaces t)) (lisp-mode . (:spaces t)) (mhtml-mode . (:extras sgml-basic-offset)) - (org-mode . (:spaces t)) + (org-mode . (:width 8 :spaces t)) (python-mode . (:extras python-indent-offset)) (python-ts-mode . (:extras python-indent-offset)) (sgml-mode . (:extras sgml-basic-offset)) |