diff --git a/.emacs.d/include/latexconfig.el b/.emacs.d/include/latexconfig.el index 7fdf896..7dd3621 100644 --- a/.emacs.d/include/latexconfig.el +++ b/.emacs.d/include/latexconfig.el @@ -11,7 +11,8 @@ (defun configure-latex () "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)