spacemacs/layers/+email/gnus/config.el
Matthew Leach d3cb959e36 [gnus] add gnus perspective
Configure the gnus layer to add a gnus perspective, similar to the erc layout.
2019-10-06 17:09:15 +02:00

17 lines
504 B
EmacsLisp

;;; config.el --- gnus Layer configuration File for Spacemacs
;;
;; Copyright (c) 2019 Matthew Leach & 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")