From a0e476fe035e411675710844ddcfc7057379ad65 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 7 Jun 2023 12:17:10 +0200 Subject: [PATCH] update rustic to format on save --- emacs/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 7d9788a..b9a4c85 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -152,7 +152,7 @@ (use-package rustic :custom - (rustic-format-on-save t)) + (rustic-format-trigger 'on-save)) ;; lsp configuration (use-package lsp-mode