Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 437 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 437 Bytes

Arma layer for spacemacs

Description

Spacemacs layer for Arma mod development

Included:

  • SQF syntax support (v. 1.74)

TODO:

  • PBOProject support
  • Armake support

Install

Clone arma layer to emacs.d private folder:

git clone https://github.com/nikolauska/arma-layer.git ~/.emacs.d/private/arma

Add arma layer to .spacemacs configuration layers:

dotspacemacs-configuration-layers
'(
  arma
  )