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