1
0
Fork 0

fix: remove automatic indentation in latex

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-08-08 20:22:48 -07:00
parent d47793c386
commit 1522335fdb
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -11,7 +11,8 @@
(defun configure-latex () (defun configure-latex ()
"Configure my custom LaTex environment." "Configure my custom LaTex environment."
(local-set-key (kbd "C-c C-z") #'custom-compile-latex)) (local-set-key (kbd "C-c C-z") #'custom-compile-latex)
(electric-indent-mode -1))
(add-hook 'LaTeX-mode-hook #'configure-latex) (add-hook 'LaTeX-mode-hook #'configure-latex)