Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.52 KB

README.org

File metadata and controls

53 lines (42 loc) · 1.52 KB

Fortran layer

img/fortran.png

Table of Contents

Description

This layer adds support for fortran programming language.

Features

Install

Layer

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/fortran

Now, you can add it to your ~/.spacemacs. You will need to add fortran to the existing dotspacemacs-configuration-layers list in this file.

Dependencies

Code formatting

fprettify must be available in the path, install it using:

pip install fprettify

Lint

gfortran must be available in the path, install it using your package manager.

Key bindings

Key BindingDescription
SPC m =Format buffer