[reddit] Fix small typos in docs and add dependency to org layer

This commit is contained in:
Maxi Wolff 2021-09-04 21:50:23 +02:00
parent f73d6ea9c7
commit aebb522922
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
3 changed files with 25 additions and 3 deletions

View File

@ -25,7 +25,7 @@ add =reddit= to the existing =dotspacemacs-configuration-layers= list in this
file.
* Configuration
You can add sub Reddits to you main page by them to =reddigg-subs=. You have to
You can add sub Reddits to your main page by adding them to =reddigg-subs=. You have to
write the sub Reddit name in small letters and replace =SPC= with =_=.
Example:

View File

@ -0,0 +1,23 @@
;;; layers.el --- Reddit Layer layers File for Spacemacs
;;
;; Copyright (c) 2012-2021 Sylvain Benner & Contributors
;;
;; Author: Maxi Wolff <smile13241324@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
(configuration-layer/declare-layer-dependencies '(org))

View File

@ -1,4 +1,4 @@
;;; packages.el --- twitter Layer packages File for Spacemacs
;;; packages.el --- Reddit Layer packages File for Spacemacs
;;
;; Copyright (c) 2012-2021 Sylvain Benner & Contributors
;;
@ -32,4 +32,3 @@
(spacemacs/set-leader-keys
"awrm" 'reddigg-view-main
"awrs" 'reddigg-view-sub))))