Read Dilbert comics directly in Emacs.
If you installed from MELPA, you’re done. Just run one of the commands below.
M-x package-install dilbert
If you use `use-package`, simply add this to your initfile:
(use-package dilbert)
Install these required packages:
enlive
dash
Then put this file in your load-path, and put this in your init file:
(require 'dilbert)
Run one of these commands:
dilbert
: View the latest Dilbert comic strip.
- You can customize settings in the
dilbert
group.
Bug reports, feature requests, suggestions — oh my!
GPLv3