mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-15 13:23:42 -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:
@@ -9,7 +9,7 @@
|
||||
;;; Packages
|
||||
|
||||
(use-package! zig-mode
|
||||
:hook (zig-mode . rainbow-delimiters-mode)
|
||||
:defer t
|
||||
:config
|
||||
(setq zig-format-on-save nil) ; rely on :editor format instead
|
||||
|
||||
|
Reference in New Issue
Block a user