spacemacs/layers/+email/gnus/config.el
Maximilian Wolff 1753db7386
[gnus] Refactor window-purpose bindings and fix wrong license header
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.
2020-06-26 01:33:36 +02:00

17 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")