Browse Source

Emacs: Set indentation in LaTeX buffers to 4 width tabs

master
Riyyi 2 years ago
parent
commit
7195f724f9
  1. 3
      .config/emacs/config/org-mode.org

3
.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

Loading…
Cancel
Save