syl20bnr
194a42db74
Move unimpaired to spacemacs layer
2016-01-17 23:28:09 -05:00
Fredrik Bergroth
061805c7ea
Add prev/next file navigation to unimpaired layer
2016-01-17 22:48:12 -05:00
syl20bnr
33ead6fc42
Deprecation of extensions and <pkg>-excluded-packages variables
...
As announced in previous releases, see CHANGELOG.next for more info
in the Breaking Changes section.
2016-01-17 22:06:04 -05:00
syl20bnr
3d63dd4392
core: fix red mode-line when an error occurred
...
Rename function configuration-layer//set-error to
configuration-layer//increment-error-count
2016-01-12 00:08:36 -05:00
syl20bnr
046d86800c
Clean copyrights and update for year 2016
2016-01-11 21:42:17 -05:00
syl20bnr
cddf18ff1e
Update install layer section in REAMDE.org files
2016-01-06 00:21:55 -05:00
syl20bnr
59c72c59b4
vim-powerline: remove exclusion of spaceline
...
Now that the layer can work with the MELPA version of powerline we
don't need to exclude spaceline.
2015-12-13 15:41:24 -05:00
syl20bnr
34a5c83a73
vim-powerline: remove extensions.el and vim-powerline-excluded-packages
2015-12-13 15:41:24 -05:00
syl20bnr
ae51f97ce6
vim-powerline: add explicit dependency on powerline
...
Simplify the local files and make them work smoothly with the MELPA
version of powerline
Fixes #4093
2015-12-13 15:41:24 -05:00
Fabien Dubosson
1a3c3a0fdb
Add missing parenthesis in evil-snipe
README
2015-12-10 22:08:20 +01:00
Eivind Fonn
c893383fe4
Fix some documentation bugs
...
- CSS links
- GIFS in published version
- Unify layer doc titles
- Change emoji layer emojis to an image
2015-12-03 23:50:29 -05:00
syl20bnr
4df3f55206
evil-cleverparens: update doc and use progn
2015-11-27 00:43:42 -05:00
justbur
73945543e3
Add evil-cleverparens layer
2015-11-27 00:40:04 -05:00
Eivind Fonn
4937a83900
Fix evilify bug in vinegar layer
2015-11-22 19:48:58 +01:00
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
e7fbc84ff0
Remove package guards for evilified
...
See discussion in #3879
2015-11-21 11:07:14 +01:00
justbur
b294461957
evilified-state: Make into local package
2015-11-18 23:35:01 -05: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
Joe Hillenbrand
5559060ab5
bind avy-goto-line to SPC y
...
After the change in 1d340dcc77
,
there was some grumbling in gitter that `SPC L` is not as convenient
as `SPC l`. Apparently avy-goto-line is a popular function.
`SPC y` is chosen because it is:
- currently unused (as far as I can tell).
- sort of mnemonic because "avy" has a "y" in it.
- doesn't require SHIFT to type
- is accessible even on non-US keyboards
(there were suggestions such ";" and "\" that are not as accessible
on non-US keyboards)
This change also updates the documentation regarding the change from
ace-jump-mode to avy.
2015-11-06 01:29:49 -05:00
Joe Hillenbrand
be817362ae
update docs for switch to SPC l
for perspectives
2015-11-06 01:17:10 -05:00
syl20bnr
a256c4434b
evil-snipe: use a post-init function instead of layer-usedp
2015-11-04 23:17:39 -05:00
justbur
aa5b252786
evil-snipe: Use separate hooks for override mode
2015-11-04 15:51:54 -05:00
Christoph Paulik
4e302bc0c0
Deactivate loading of evil-snipe in magit-mode if git layer is used
2015-11-04 20:20:44 +01:00
Fredrik Bergroth
946fd8cf29
Fix vinegar keybindings
2015-11-03 00:00:55 -05:00
Eivind Fonn
13c5b1d24b
Convert documentation to publishable format
2015-11-01 23:40:29 -05:00
person808
ae97f14854
Update evil-snipe mode names.
2015-11-01 10:08:46 +01:00
person808
c1b6293268
Replace eval-after-load
with with-eval-after-load
.
...
We now backport the macro for 24.3 so we can use it everywhere.
2015-10-07 15:51:39 -04:00
Eivind Fonn
d5084510a6
vim-powerline: Remove unused sections in README
2015-10-02 19:33:41 +02:00
Robert O'Connor
f991073759
Add README for vim-powerline layer
...
Resolves #3218
2015-10-02 19:33:32 +02:00
Robert O'Connor
5cec2f6db7
Fix vim-powerline layer so it works.
...
Resolves #3216
2015-10-01 08:40:02 +02: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