spacemacs/layers/+fun/xkcd/README.org

48 lines
1.5 KiB
Org Mode
Raw Permalink Normal View History

#+TITLE: xkcd layer
2015-06-10 16:44:30 +00:00
2019-05-02 21:49:30 +00:00
#+TAGS: fun|layer
2015-06-10 16:44:30 +00:00
[[file:img/xkcd.png]]
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
- [[#features][Features:]]
2017-05-22 14:16:12 +00:00
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
2017-05-22 14:16:12 +00:00
- [[#tell-me-how-to-spawn-the-xkcd-greatness][Tell me how to spawn the xkcd greatness!!]]
- [[#okay-what-now][Okay, what now]]
2015-06-10 16:44:30 +00:00
* Description
This layer adds a [[http://xkcd.com/][xkcd]] navigation mode using [[https://github.com/vibhavp/emacs-xkcd][emacs-xkcd]].
** Features:
2018-09-19 03:54:47 +00:00
- Load a random xkcd
- Show the text in the modeline
- Open explanation and current comic in browser
- Cache the comics in =.cache/xkcd=
2015-06-10 16:44:30 +00:00
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =xkcd= to the existing =dotspacemacs-configuration-layers= list in this
file.
2015-06-10 16:44:30 +00:00
* Key bindings
2015-06-10 16:44:30 +00:00
** Tell me how to spawn the xkcd greatness!!
| Key binding | Description |
2015-06-10 16:44:30 +00:00
|-------------+----------------|
| ~SPC a f x~ | Open xkcd mode |
2015-06-10 16:44:30 +00:00
** 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 |