16 lines
538 B
Org Mode
16 lines
538 B
Org Mode
#+TITLE: D language layer
|
|
|
|
[[file:img/dlogo.png]]
|
|
|
|
* Table of Contents :TOC_4_gh:noexport:
|
|
- [[#description][Description]]
|
|
- [[#install][Install]]
|
|
|
|
* Description
|
|
This simple layer adds support for the [[http://dlang.org/][D language]].
|
|
It adds =d-mode= as well as integrating it with =auto-completion= and =syntax-checking=.
|
|
|
|
* Install
|
|
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
|
|
add =d= to the existing =dotspacemacs-configuration-layers= list in this
|
|
file.
|