Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 436 Bytes

README.org

File metadata and controls

16 lines (14 loc) · 436 Bytes

imandra layer

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add imandra to the existing dotspacemacs-configuration-layers list in this file.

;; List of configuration layers to load.
dotspacemacs-configuration-layers
'(
  (imandra :variables
           imandra-mode-backend 'merlin
           imandra-format-on-save t)
  )