fix go layer headers

This commit is contained in:
d12frosted 2017-02-01 16:06:00 +02:00
parent 2319bdc350
commit bb3e5c8289
No known key found for this signature in database
GPG Key ID: 8F60E862D6F5CE8F
2 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,4 @@
;;; packages.el --- Go Layer packages File for Spacemacs
;;; config.el --- Go Layer config File for Spacemacs
;;
;; Copyright (c) 2012-2017 Sylvain Benner & Contributors
;;

View File

@ -1,3 +1,14 @@
;;; packages.el --- Go Layer packages File for Spacemacs
;;
;; Copyright (c) 2012-2017 Sylvain Benner & Contributors
;;
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(setq go-packages
'(
(company-go :toggle (configuration-layer/package-usedp 'company))