mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
General, minor reformatting/refactor
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
:pre-handlers '(:rem sp-ruby-prehandler)
|
||||
:post-handlers '(:rem sp-ruby-posthandler))
|
||||
;; sp's default rules for these modes are obnoxious, so disable them
|
||||
(provide 'smartparens-latex)
|
||||
(provide 'smartparens-elixir)
|
||||
(provide 'smartparens-latex)
|
||||
(provide 'smartparens-lua)
|
||||
|
||||
;; Expand {|} => { | }
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user