@@ -158,22 +158,22 @@ The file header for =elisp= files should look like the following template:
158
158
#+BEGIN_EXAMPLE
159
159
;;; FILENAME --- NAME Layer extensions File for Spacemacs
160
160
;;
161
- ;; Copyright (c) 2012-2014 Sylvain Benner
162
- ;; Copyright (c) 2014-2015 Sylvain Benner & Contributors
161
+ ;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
163
162
;;
164
- ;; Author:
Sylvain Benner <[email protected] >
163
+ ;; Author: YOUR_NAME <YOUR_EMAIL >
165
164
;; URL: https://github.com/syl20bnr/spacemacs
166
165
;;
167
166
;; This file is not part of GNU Emacs.
168
167
;;
169
168
;;; License: GPLv3
170
169
#+END_EXAMPLE
171
170
172
- You should replace =FILENAME= by the name of the file (e.g. =packages.el=) and
173
- =NAME= by the name of the layer you are creating. Some files already have a
174
- template inside =core/templates/=, so look in there first. Note that if you use
175
- =configuration-layer/create-layer=, spacemacs will prepare files and headers for
176
- you, and for free :smile: !
171
+ You should replace =FILENAME= by the name of the file (e.g. =packages.el=)
172
+ and =NAME= by the name of the layer you are creating, don't forget to replace
173
+ =YOUR_NAME= and =YOUR_EMAIL= also. Some files already have a template inside
174
+ =core/templates/=, so look in there first.
175
+ Note that if you use =configuration-layer/create-layer=, spacemacs will prepare
176
+ files and headers for you, and for free :smile: !
177
177
178
178
*** Author of a new layer
179
179
In the files header, change the default author name (=Sylvain Benner=) to your
0 commit comments