17 lines
504 B
EmacsLisp
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")
|