This layer adds support for fortran programming language.
To use this configuration layer, you should clone and then symlink it into your spacemacs private folder:
ln -s /path/where/you/cloned/the/repo ~/.emacs.d/private/fortranNow, you can add it to your ~/.spacemacs. You will need to
add fortran to the existing dotspacemacs-configuration-layers list in this
file.
fprettify must be available in the path, install it using:
pip install fprettifygfortran must be available in the path, install it using your package manager.
| Key Binding | Description |
|---|---|
SPC m = | Format buffer |
