From da985ced109293284a91894f607fc36a0a0bf29d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 28 Oct 2024 02:16:29 +0100 Subject: emacs: Set tab-width to 8 in org-mode --- .config/emacs/modules/mm-editing.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3