Emacs: Set indentation in LaTeX buffers to 4 width tabs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user