/dilbert-el

An Emacs package to read Dilbert comic strips.

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

dilbert

https://melpa.org/packages/dilbert-badge.svg https://github.com/DaniruKun/dilbert-el/actions/workflows/ci.yml/badge.svg

Read Dilbert comics directly in Emacs.

Screenshots

./screenshot.png

Contents

Installation

MELPA

If you installed from MELPA, you’re done. Just run one of the commands below.

M-x package-install dilbert

use-package

If you use `use-package`, simply add this to your initfile:

(use-package dilbert)

Manual

Install these required packages:

  • enlive
  • dash

Then put this file in your load-path, and put this in your init file:

(require 'dilbert)

Usage

Run one of these commands:

  • dilbert: View the latest Dilbert comic strip.

Tips

  • You can customize settings in the dilbert group.

Development

Bug reports, feature requests, suggestions — oh my!

License

GPLv3