syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.58k stars 4.9k forks source link

Add support for basic formatting in sml-mode via smlfmt. #16244

Closed panikinator closed 5 months ago

panikinator commented 6 months ago

Very minimal support is added for code formatting in sml-mode via smlfmt via ~SPC m s =~ keybinding. modifications were made only to the +lang sml layer packages.el and README.org file. the layer expects smlfmt to be optionally installed, therefore gracefully handles trigger of command in the absence of smlfmt in PATH.

Kudos to the folks who maintain spacemacs!