mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor!: remove rainbow-delimiters
BREAKING CHANGE: parentheses will no longer be colored by depth. No substitute is provided because it's trivial for users to install themselves. Ref: https://github.com/orgs/doomemacs/projects/5/views/1?pane=issue&itemId=117610828
This commit is contained in:
@ -79,8 +79,6 @@ okular and pdf-tools.")
|
||||
fill-nobreak-predicate (cons #'texmathp fill-nobreak-predicate))
|
||||
;; Enable word wrapping.
|
||||
(add-hook 'TeX-mode-hook #'visual-line-mode)
|
||||
;; Enable `rainbow-mode' after applying styles to the buffer.
|
||||
(add-hook 'TeX-update-style-hook #'rainbow-delimiters-mode)
|
||||
;; Display output of LaTeX commands in a popup.
|
||||
(set-popup-rules! '((" output\\*$" :size 15)
|
||||
("^\\*TeX \\(?:Help\\|errors\\)"
|
||||
|
Reference in New Issue
Block a user