Remove duplicate :mode
declaration
`zig-mode` already adds handles it.
This commit is contained in:
parent
86ce548e5d
commit
6085102766
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
||||||
;; zig-mode
|
;; zig-mode
|
||||||
|
|
||||||
(use-package! zig-mode
|
(use-package! zig-mode
|
||||||
:mode "\\.zig$"
|
|
||||||
:hook (zig-mode . rainbow-delimiters-mode)
|
:hook (zig-mode . rainbow-delimiters-mode)
|
||||||
:config
|
:config
|
||||||
;; Disable zig-mode's default format on save behaviour.
|
;; Disable zig-mode's default format on save behaviour.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue