syl20bnr
4a75ab4dfb
Require helm in spacemacs/helm-open-junk-file
2015-12-09 01:14:15 -05:00
Muneeb Shaikh
7309c861f0
junk: open junk file using helm, allow searching with prefix
...
Also renamed `open-junk-file-directory` to new var
`open-junk-file-format`
2015-12-09 01:10:12 -05:00
syl20bnr
5895e0e45f
change mhh
for gh
to follow-symbol in help buffers
...
Also document the key bindings
2015-12-09 01:08:52 -05:00
AdrieanKhisbe
ccb5ce5578
Add new keys in help-mode for navigation
...
Add keys to browse back and forward in help-mode
cf #2698
Add new key in help-mode
Last changes for motion in help buffer
2015-12-09 00:59:07 -05:00
person808
2fa11f8c22
Fix extra dash in org documentation.
2015-12-09 00:58:04 -05:00
Bar Magal
0ce04e0518
Evilify Neotree
2015-12-09 00:55:44 -05:00
syl20bnr
086c11af2c
git: add SPC m a for with-editor-cancel
2015-12-09 00:53:33 -05:00
justbur
01b9b29d0b
with-editor: Update keys for c-c c-c convention
...
Add `,,` for finish and use `,k` for cancel instead of `,a`.
2015-12-09 00:52:50 -05:00
syl20bnr
eb7ca651fe
spacemacs-layout: simplify spacemacs/helm-perspectives
...
Also reindent some sexps.
2015-12-09 00:48:58 -05:00
Muneeb Shaikh
7b931a9f5b
Switch to Spacemacs Home on creating *new* layout
2015-12-09 00:45:22 -05:00
zilongshanren
81aea286ad
Chinese layer: add fcitx support
2015-12-09 00:43:56 -05:00
syl20bnr
410d3d9572
git: add gr and GR bindings to evilfiied magit buffers
...
since magit uses keymap text properties we need to explicitly define
them in each section keymap. Could be refactored a bit.
2015-12-08 02:10:06 -05:00
syl20bnr
30e9a294d9
evilified-state: use a copy of evilified-state
...
instead of the map itself.
2015-12-08 02:08:50 -05:00
syl20bnr
e0b3f5e1de
spacemacs-base: enable hl-todo only when needed
2015-12-07 22:59:14 -05:00
Eivind Fonn
d75e5254e5
Make framework layers depend on language layers
...
- Ruby on rails: Ruby
- Django: Python
2015-12-07 22:36:40 +01:00
Eivind Fonn
f3815505af
Add documentation for emacs-style vc binding
2015-12-07 19:49:27 +01:00
Muneeb Shaikh
e6f3835add
vc: add emacs style [p]revious binding for prev-hunk
2015-12-07 19:44:27 +01:00
Fabien Dubosson
6def1a480b
Use hl-todo for TODOs/FIXMEs highlighting
...
The current way to highlight TODOs is `spacemacs/highlight-TODO-words`
which is a spacemacs' hard-coded function.
This commit changes it for the `hl-todo` package. This imply:
- More keywords are supported out of the box.
- Keywords are associated to faces, so they are shown in different
colors.
- Keywords are stored with their faces in a list, so it's easier for
users to add their own keywords and faces (as contrary to a regexp).
- It is possible to disable highlighting by simply excluding the
package.
2015-12-07 19:39:38 +01:00
Channing Walton
49b06a7c8a
Added a keybinding for inactive time stamps in the org layer
2015-12-07 19:36:14 +01:00
Gergely Nagy
2b89037a7c
+tools/elfeed: elfeed-goodies is on MELPA now
...
No need for a :location anymore, elfeed-goodies is on MELPA now.
Signed-off-by: Gergely Nagy <algernon@cloudera.com>
2015-12-07 19:34:29 +01:00
Muneeb Shaikh
d18a6e1d2e
layouts: add go to default layout functionality
2015-12-07 19:29:56 +01:00
Fabien Dubosson
ec8250ea1d
Move jump-in-buffer
to SPC s j
...
After a discussion on gitter with @TheBB and @syl20bnr, `jump-in-buffer`
is moved from `SPC s L` to `SPC s j`.
2015-12-07 13:12:10 +01:00
Eivind Fonn
b943d00ae4
Remove magit-push-always-verify documentation
...
It was removed upstream: 9e4f84f631
2015-12-07 11:23:24 +01:00
syl20bnr
5104593e89
spacemacs-base: swap SPC s l and SPC s L
...
SPC s l to bring last search buffer is a powerful binding, let it take
the easier binding.
2015-12-06 23:20:46 -05:00
syl20bnr
4d357cf001
git: enable gravatars in magit buffers
...
The default value is nil since magit 2.3.0
2015-12-06 20:19:44 -05:00
Eivind Fonn
8d3164f8ca
Eyebrowse layer keybinding refactoring
...
- Move eyebrowse microstate to SPC l w
- Make eyebrowse microstate accessible from perspective microstate
- Change eyebrowse helm key to SPC l w w
2015-12-06 01:42:40 -05:00
Bar Magal
b905cb5d91
Make eyebrowse workspaces local to perspective
...
Integrates persp-mode and eyebrowse, so each perspective has its own set
of eyebrowse workspaces.
2015-12-06 01:40:23 -05:00
syl20bnr
a5ce15f03f
Revert "fixed shift+hjkl, added leader major binding, adjusted doc"
...
This reverts commit 869e529b68
.
It shadows `J` in normal state which is an important key binding.
2015-12-06 01:14:53 -05:00
Joe Schafer
52a27af171
emacs-lisp: add missing keys to lisp-interaction
2015-12-06 01:10:00 -05:00
syl20bnr
0438ee43cf
evilified-state: better tag for evilified state
2015-12-06 01:06:41 -05:00
syl20bnr
6fd2af2af3
evilified-state: support for magit remap entries in section maps
...
Add :pre-bindings keyword argument used to restore explicit key binding
in section maps.
2015-12-06 01:04:13 -05:00
syl20bnr
085d8f150a
evilified state: fix visual state
...
reintroduce the pre-command hook which is required for visual state
borrow code from evil-magit to fix ESC bug in visual state in magit buffers
2015-12-05 23:13:40 -05:00
Daniel Luna
e9684f34a2
ruby: add rspec key bindings
2015-12-05 21:36:21 -05:00
syl20bnr
f1ee2c7333
ruby: update doc
2015-12-05 21:19:18 -05:00
syl20bnr
c8ac0c08a9
ruby: remove unused variable ruby-use-ruby-test
2015-12-05 21:08:45 -05:00
syl20bnr
4ef8fcac78
ruby: sort packages and configuration
2015-12-05 21:08:22 -05:00
syl20bnr
9eb8f86b9a
ruby: improve configuration for rbenv and rvm
...
Update documentation
2015-12-05 21:02:40 -05:00
syl20bnr
d1ec732cd4
ruby: improve chruby configuration
...
Look for a .ruby-version file, if it does not exist then use the
currently activated ruby.
Update documentation.
2015-12-05 20:40:27 -05:00
Immortalin
c5e260f46d
ruby: chruby support 2
2015-12-05 20:01:52 -05:00
Bo Jeanes
db5016d75b
ruby: Add chruby support
2015-12-05 19:59:42 -05:00
justbur
899123258a
keys: Don't specify C-i as a binding key
...
(kbd "C-i") == (kbd "TAB") so for consistency sake we always bind to TAB
by convention.
2015-12-05 13:18:37 -05:00
R. Haluk Öngör
d498c091bf
Enable js-mode snippets in react mode
2015-12-04 00:08:26 -05:00
Diego Alvarez
adc9f6cda0
Update Readme with latest ensime-sbt version
...
Added a note to use sbt 0.13.9 and remove unnecessary sonata repository
from the instructions.
Finally removed a link to a non existent page and added a link to
ensime-sbt GitHub page for further instructions.
2015-12-04 00:06:10 -05:00
syl20bnr
bef8d26688
Fixes typos
2015-12-04 00:04:46 -05:00
AdrieanKhisbe
6e8d89ef61
Add Documentation about how to avoid conflict
...
built on #3277 cf #3562
2015-12-04 00:01:32 -05:00
jupl
f9293cb190
Run set-fontset-font only if available
...
#4026
2015-12-04 00:00:55 -05:00
Allen Li
7e60d534d8
Add term binding for CTRL-Z
...
Add a binding for stopping jobs in term buffers.
2015-12-04 00:00:14 -05:00
mike-work
b358f6c7f7
added gorename to docs
2015-12-03 23:59:43 -05:00
hyh
979867447e
Fix makefile for python version 2.7.10
2015-12-03 23:59:15 -05:00
Eivind Fonn
c3225ad788
Fix smartparens workaround in auto-completion
2015-12-03 23:58:44 -05:00