mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
feat(format): add :lang racket formatter
This commit is contained in:
@@ -9,3 +9,8 @@
|
||||
|
||||
(unless (executable-find "raco")
|
||||
(warn! "Could not find raco executable; commands for install packages and build libraries will not work."))
|
||||
|
||||
(when (modulep! :editor format)
|
||||
(unless (and (executable-find "raco")
|
||||
(eq 0 (call-process-shell-command "raco fmt --help" nil nil)))
|
||||
(warn! "Couldn't find raco fmt. Formatting will be disabled.")))
|
||||
|
Reference in New Issue
Block a user