The maximum height of the logo should be 200 pixels.
October 11, 2016 ยท View on GitHub
#+TITLE: crystal layer #+HTML_HEAD_EXTRA:
#+CAPTION: logo
The maximum height of the logo should be 200 pixels.
[[img/crystal.png]]
- Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
-
Description This layer aims to provide support for the Crystal language with the following features:
- syntax highlighting and indentation (provided by [[https://github.com/ggiraldez/emacs-crystal-mode/][an external package]]).
- automatic file formatting
- autocompletion snippets
-
Install To use this layer first clone it into your =~/.emacs.d/private= directory:
#+BEGIN_SRC shell git clone git@github.com:juanedi/crystal-spacemacs-layer.git ~/.emacs.d/private/crystal #+END_SRC
Then enable the layer in your =~/.spacemacs=:
To use this contribution add it to your =~/.spacemacs=
#+begin_src emacs-lisp (setq-default dotspacemacs-configuration-layers '(crystal)) #+end_src