mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #5030: leave rustfmt to :editor format
This commit is contained in:
@ -20,8 +20,7 @@
|
||||
(set-popup-rule! "^\\*rustic-compilation" :vslot -1)
|
||||
|
||||
;; Leave automatic reformatting to the :editor format module.
|
||||
(set-formatter! 'rustfmt #'rustic-format-buffer :modes '(rustic-mode))
|
||||
(setq rustic-babel-format-src-block (featurep! :editor format +onsave)
|
||||
(setq rustic-babel-format-src-block nil
|
||||
rustic-format-trigger nil)
|
||||
|
||||
;; HACK `rustic-flycheck' adds all these hooks in disruptive places. Instead,
|
||||
|
Reference in New Issue
Block a user