1753db7386
The purpose config was declared by using user mode purposes which are reserved for user configuration. I have also fixed the license header for config.el which did not mention Sylvain Benner & Contributors.
16 lines
510 B
EmacsLisp
16 lines
510 B
EmacsLisp
;;; config.el --- gnus Layer configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2019-2020 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Matthew Leach <matthew@mattleach.net>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
(defvar gnus-spacemacs-layout-name "@gnus"
|
|
"Name used in the setup for `spacemacs-layouts' transient state")
|
|
|
|
(defvar gnus-spacemacs-layout-binding "g"
|
|
"Binding used in the setup for `spacemacs-layouts' transient state")
|