General, minor reformatting/refactor
This commit is contained in:
parent
ae7ead6e87
commit
e5a4415d58
5 changed files with 7 additions and 8 deletions
|
@ -61,10 +61,10 @@
|
|||
;; Adding useful things for latex
|
||||
(add-hook! 'LaTeX-mode-hook
|
||||
#'(LaTeX-math-mode
|
||||
TeX-source-correlate-mode
|
||||
TeX-global-PDF-mode
|
||||
TeX-PDF-mode
|
||||
visual-line-mode))
|
||||
TeX-source-correlate-mode
|
||||
TeX-global-PDF-mode
|
||||
TeX-PDF-mode
|
||||
visual-line-mode))
|
||||
;; Enable rainbow mode after applying styles to the buffer
|
||||
(add-hook 'TeX-update-style-hook #'rainbow-delimiters-mode)
|
||||
(when (featurep! :feature spellcheck)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue