update rustic to format on save

This commit is contained in:
Anthony Rodriguez 2023-06-07 12:17:10 +02:00
parent a2e47a9258
commit a0e476fe03
No known key found for this signature in database
GPG key ID: 838541960B42C340

View file

@ -152,7 +152,7 @@
(use-package rustic
:custom
(rustic-format-on-save t))
(rustic-format-trigger 'on-save))
;; lsp configuration
(use-package lsp-mode