justbur
9befd20a1a
layers: Transition to new key bindings functions
...
Removes dependence on evil-leader centralizing control over the method
of key binding in core-keybindings.el
2015-11-21 18:22:51 +01:00
Eivind Fonn
c3866382b2
Documentation update
...
- Add #+HTML_HEAD_EXTRA options to all org files
- HTMLize published documentation via CSS
2015-11-13 14:23:13 +01:00
Eivind Fonn
13c5b1d24b
Convert documentation to publishable format
2015-11-01 23:40:29 -05:00
Eivind Fonn
405dc6600d
Restore alphabetical order in markdown doc
2015-10-25 11:01:08 +01:00
Wieland Hoffmann
9d12307ce9
Fix the list of buffer-wide commands in markdown
...
The old list was completely wrong for some reason, so here's the correct
one, in the order the keybindings appear in packages.el.
2015-10-25 10:51:19 +01:00
syl20bnr
bbd031d407
markdown: add doc for SPC m x C
2015-10-21 17:12:30 -04:00
Sebastian Wiesner
b8846361ad
Add binding for markdown GFM code blocks
...
Also declare prefixes for markdown keys
2015-10-21 17:04:16 -04:00
syl20bnr
f21d1bb6e8
markdown: move SPC mcr
to gh-md init function
2015-09-29 21:41:58 -04:00
Tommi Komulainen
81f6ab4dc2
markdown: include missing gh-md package
...
Needed for `SPC m c r` (gh-md-render-buffer) command. Fixes #3192
2015-09-29 21:37:32 -04:00
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