c3866382b2
- Add #+HTML_HEAD_EXTRA options to all org files - HTMLize published documentation via CSS
47 lines
1.6 KiB
Org Mode
47 lines
1.6 KiB
Org Mode
#+TITLE: xkcd contribution layer for Spacemacs
|
|
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
|
|
|
|
[[file:img/xkcd.png]]
|
|
|
|
* Table of Contents :TOC_4_org:noexport:
|
|
- [[Description][Description]]
|
|
- [[Install][Install]]
|
|
- [[Key Bindings][Key Bindings]]
|
|
- [[Tell me how to spawn the xkcd greatness!!][Tell me how to spawn the xkcd greatness!!]]
|
|
- [[Okay, what now][Okay, what now]]
|
|
|
|
* Description
|
|
This layer adds a [[http://xkcd.com/][xkcd]] navigation mode using [[https://github.com/vibhavp/emacs-xkcd][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=
|
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
(setq-default dotspacemacs-configuration-layers '(xkcd))
|
|
#+END_SRC
|
|
|
|
* 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 |
|