From 7195f724f939f9a2c0a32c2b0c0230252c05a0d0 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 18 Feb 2022 21:53:04 +0100 Subject: [PATCH] Emacs: Set indentation in LaTeX buffers to 4 width tabs --- .config/emacs/config/org-mode.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/emacs/config/org-mode.org b/.config/emacs/config/org-mode.org index 5703b03..6b2a5bc 100644 --- a/.config/emacs/config/org-mode.org +++ b/.config/emacs/config/org-mode.org @@ -19,7 +19,8 @@ :defer t :hook (latex-mode . (lambda () (setq indent-tabs-mode t) - (setq tab-width 4))) + (setq tab-width 4) + (setq tex-indent-basic 4))) :config (with-eval-after-load 'projectile