fix: remove automatic indentation in latex
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
d47793c386
commit
1522335fdb
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue