1
0
Fork 0

fix(emacs): enable fill modes for latex

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-22 19:56:44 -05:00
parent 9a4ecaffa5
commit 94c2af6553
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -16,6 +16,9 @@
(electric-indent-mode -1)
(LaTeX-math-mode 1)
(cdlatex-mode 1)
(auto-fill-mode 1)
(display-fill-column-indicator-mode 1)
(set-fill-column 100)
(local-set-key (kbd "C-c C-z") #'custom-compile-latex)
(local-set-key (kbd "C-c C-b") #'latex-insert-block)