Browse Source

Emacs: Set indentation in LaTeX buffers to 4 width tabs

master
Riyyi 3 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 :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

Loading…
Cancel
Save