blob: a7cbc3246d5b7521578d9ed6b2b2e7cda0108bff (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
;;; layers.el --- aminb layer layers file for Spacemacs.
;;
;; Copyright (c) 2016 Amin Bandali
;;
;; Author: Amin Bandali <amin@aminb.org>
;; URL: https://github.com/aminb/dotfiles
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; Prerequisites
(configuration-layer/declare-layer 'erc)
|