Emacs: Set indentation in LaTeX buffers to 4 width tabs

This commit is contained in:
Riyyi
2022-02-18 21:53:04 +01:00
parent 0288dbf58f
commit 7195f724f9
+2 -1
View File
@@ -19,7 +19,8 @@
:defer t :defer t
:hook (latex-mode . (lambda () :hook (latex-mode . (lambda ()
(setq indent-tabs-mode t) (setq indent-tabs-mode t)
(setq tab-width 4))) (setq tab-width 4)
(setq tex-indent-basic 4)))
:config :config
(with-eval-after-load 'projectile (with-eval-after-load 'projectile