summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-28 02:16:29 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-10-28 02:16:29 +0100
commitda985ced109293284a91894f607fc36a0a0bf29d (patch)
treeb247f6fa6eb61afe60180f9df6563d85469a3c17
parent8c2134df8a344809da93ea3cd67df6a59ce74973 (diff)
emacs: Set tab-width to 8 in org-mode
-rw-r--r--.config/emacs/modules/mm-editing.el2
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))