Table of Contents

Layer for reddit

Table of ContentsClose

1. Description

This layer adds Reddit support to Spacemacs via the package reddigg. This package allows you to browse reddit in org-mode.

1.1. Features:

  • Activities on Reddit
    • Viewing main
    • Viewing sub
    • Viewing comments

2. Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add reddit to the existing dotspacemacs-configuration-layers list in this file.

3. Configuration

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:

(reddit :variables
        reddigg-subs '(spacemacs
                       trymacs_discord))

4. Key bindings

Key binding Description
SPC a w r m View main
SPC a w r s View sub

Author: root

Created: 2024-04-03 Wed 19:40

Validate