spacemacs/layers/+fun/xkcd
justbur 6eab954afe Use + instead of ! for layer categories
Helm seems to treat "!" specially in pattern matching, so having a ! in
the pattern string when traversing directories is problematic. This
change fixes #2737, because as far as I can tell "+" has no special
meaning in a helm pattern.

Of course, we can choose a different character, but I'm fond of "+" as
representing "more layers here".
2015-09-11 00:13:51 -04:00
..
img Use + instead of ! for layer categories 2015-09-11 00:13:51 -04:00
packages.el Use + instead of ! for layer categories 2015-09-11 00:13:51 -04:00
README.org Use + instead of ! for layer categories 2015-09-11 00:13:51 -04:00

xkcd contribution layer for Spacemacs

/TakeV/spacemacs/media/commit/31ec9091cc085b6b0a38804a79a258b9dec9a5d9/layers/+fun/xkcd/img/xkcd.png

Description

This layer adds a xkcd navigation mode using emacs-xkcd.

Features:

  • Load a random xkcd
  • Show the text in the modeline
  • Open explanation and current comic in browser
  • Cache the comics in .cache/xkcd

Install

To use this contribution add it to your ~/.spacemacs

  (setq-default dotspacemacs-configuration-layers '(xkcd))

Key Bindings

Tell me how to spawn the xkcd greatness!!

Key Binding Description
SPC a x Open xkcd mode

Okay, what now

You can now move through the comics with these

Key Binding Description
e Open explanation in the browser
j or l Next comic
k or h Previous comic
o Open the browser
q Quit the buffer
r Random comic
t Show alternate text in the modeline