A collection of my personal spacemacs layers
Adds support for the Hy lisp dialect.
To install all the layers in this repository, clone this directory into your ~/.emacs.d/private directory.
git clone https://github.com/ejrx/spacemacs_layers ~/.emacs.d/private/The easiest way to install an individual layer is to clone this repository and then symlink the layer you want to install.
For example, to only install the Hy layer:
git clone https://github.com/ejrx/spacemacs_layers
ln -s /abs/path/spacemacs_layers/hy ~/.emacs.d/private/hyAll layers are licensed under the GNU General Public License.
See the LICENSE file for the full license text.