mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove duplicate :mode
declaration
`zig-mode` already adds handles it.
This commit is contained in:
@ -8,7 +8,6 @@
|
||||
;; zig-mode
|
||||
|
||||
(use-package! zig-mode
|
||||
:mode "\\.zig$"
|
||||
:hook (zig-mode . rainbow-delimiters-mode)
|
||||
:config
|
||||
;; Disable zig-mode's default format on save behaviour.
|
||||
|
Reference in New Issue
Block a user