Skip to content

Instantly share code, notes, and snippets.

@rakanalh
Created February 15, 2020 10:52
Show Gist options
  • Save rakanalh/4761a9051560b9d0e6e8e0a22046a35f to your computer and use it in GitHub Desktop.
Save rakanalh/4761a9051560b9d0e6e8e0a22046a35f to your computer and use it in GitHub Desktop.
gitfmt formatting
((rustic-mode . ((setq rustic-format-on-save t)
(setq rustic-lsp-format nil)
(eval . (let ((gitfmt (expand-file-name "~/.cargo/bin/gitfmt")))
(setq lsp-rust-rustfmt-bin gitfmt)
(setq rustic-rustfmt-bin gitfmt))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment