syl20bnr
d5233a9706
core: new spacemacs function to set keys
...
spacemacs/set-key
spacemacs/set-key-for-state
These functions find normalized keys which should handle as sanely as
possible the GUI and the terminal.
See docstring of spacemacs//normalize-key for more info.
2015-11-28 00:13:31 -05:00
syl20bnr
c1446d3650
Revert "Binding added to open Tex-output-buffer"
...
`SPC m o` is reserved to the user.
This reverts commit f839f4a6b7
.
2015-11-27 21:08:31 -05:00
Ben
f839f4a6b7
Binding added to open Tex-output-buffer
2015-11-27 10:32:51 +01:00
Eivind Fonn
fa819a6634
Update documentation for packages binding
2015-11-27 10:32:51 +01:00
Caleb Meyer
7ea379dbde
Changed hotkeys for processes and packages. Fixes #3507 .
...
This commit changes:
<leader> a p from proced to list-processes
<leader> a P from paradox-list-packages to proced
and <leader> a k to paradox-list-packages.
2015-11-27 10:32:51 +01:00
Aku Kotkavuo
d5a63a2794
Clojure: recommend using :repl profile with CIDER
...
See http://blog.maio.cz/2015/11/cider-slows-down-leiningen-startup-here.html .
2015-11-27 10:32:51 +01:00
Brenton Alker
94ae7b1b40
javascript: Declare prefix for "text" "move" menu
2015-11-27 10:32:51 +01:00
Diego Alvarez
bf0d4dc397
Fix period from triggering complete
...
Fixes https://github.com/syl20bnr/spacemacs/issues/2702
2015-11-27 10:32:51 +01:00
Eivind Fonn
2d4ee99843
Disable typo in LaTeX
2015-11-27 10:32:51 +01:00
Eivind Fonn
01b587ccf7
Add TeX-font bindings
2015-11-27 10:32:51 +01:00
Chris Perkins
57fd8b2504
clojure: use cljr--all-helpers for refactorings
...
clj-refactor defines a list of all available refactorings, along with
the standard two-letter keybindings. Use it, so that spacemacs will get
any added refactorings for free, with no code-change needed in the
clojure layer.
2015-11-27 10:32:51 +01:00
Muneeb Shaikh
4ce11551ec
Fixed undefined (ruby-)mode which key prefix declaration
...
* layers/+lang/ruby/config.el (ruby-mode): Fix
2015-11-27 12:33:40 +05:30
syl20bnr
ad5258a68b
Import 0.104.6 change log
2015-11-27 01:01:21 -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
syl20bnr
7e0d8f2d32
ruby: replace ruby-use-ruby-test by ruby-test-runner
...
Also cleanup configuration.
2015-11-27 00:28:38 -05:00
Alex Girdler
cf5bc0a634
ruby: Add support for botch rspec and ruby-test
...
Add more keybinds and update README
2015-11-27 00:11:01 -05:00
syl20bnr
ecf237af18
ruby: correct prefix command name for RuboCop
2015-11-26 23:57:33 -05:00
syl20bnr
7d281f2671
ruby-on-rails: move SPC m r r :
to SPC m r :
...
So `SPC m r r` prefix becomes available for RuboCop
2015-11-26 23:56:21 -05:00
syl20bnr
5b99a60617
ruby: update RuboCop bindings
...
Make them available in both ruby-mode and enh-ruby-mode
2015-11-26 23:55:43 -05:00
Daniel Luna
3d64532047
Adding rubocop to ruby layer
2015-11-26 23:40:18 -05:00
syl20bnr
3624ff2eb8
scheme: update documentation
2015-11-26 23:34:11 -05:00
Diego Berrocal
062a89f8e5
Add Scheme Leader keybindings for evaluation (,ee)
...
This was missing
2015-11-26 23:30:36 -05:00
troydm
e8d3ecee0e
scheme implementation selection keybinding added for scheme layer
2015-11-26 23:29:16 -05:00
Eivind Fonn
7adca30aeb
Fix void variable error: smartparens-strict-mode
2015-11-26 23:25:48 -05:00
Robert O'Connor
42d1135438
Fix the badge - the github CDN cache is stale.
2015-11-25 00:33:00 +01:00
Fabien Dubosson
ec308f0f8e
Add a binding for helm-ag-pop-stack
...
Close #2736
2015-11-24 23:29:12 +01:00
Fabien Dubosson
028c53fbd7
Create the layer README on create-layer
...
When using `configuration-layer/create-layer`, the `README.org` file is
not created from the template. This change corrects this.
Close #3259
2015-11-24 23:20:45 +01:00
Kay Rhodes
7a8487cd68
README update to prevent homebrew mistakes
...
Homebrew users expect a homebrew install to get them everything they need.
Because of this I've added a note indicating that you *also* need to do
the git clone mentioned at the top of the file.
2015-11-24 23:19:38 +01:00
tcallan
54fda31f6d
elm: fixed misnamed function in repl bindings
...
When pull request #3855 was cherry picked in (due to conflicts),
spacemacs/elm-repl-push-decl-focus was incorreclty referenced as
spacemacs/elm-repl-push-decl in the keybindings.
2015-11-24 17:38:24 +01:00
syl20bnr
c732c9ea22
Move vi-tilde-fringe toggle to SPC T ~
2015-11-24 09:59:16 -05:00
syl20bnr
093ae18d26
yaml: enable company
2015-11-24 09:56:10 -05:00
Robert O'Connor
a842d5bdf8
company-nim is now bundled with nim-mode
...
Fixes #3935
2015-11-24 15:47:07 +01:00
Eivind Fonn
0c57b94cf4
Temporary disable org loading check
2015-11-24 15:43:18 +01:00
Travis B. Hartwell
a3635045c3
Fix major mode bindings for finance layer.
...
Key definitions no longer need to be prefixed with "m".
2015-11-23 13:01:32 -07:00
tcallan
881ac19114
elm: fix incorrect bindings
...
Upstream elm-mode renamed REPL related functions from *-elm-repl to
elm-repl-*, but the elm layer was still referencing the old names (except
for elm-repl-load which had previously been fixed).
2015-11-23 20:32:48 +01:00
Eivind Fonn
1b54bb4ebd
Move elm prefixes to packages.el
2015-11-23 20:27:36 +01:00
Brenton Alker
426d500574
elm: define key binding prefixes for major mode
2015-11-23 20:25:23 +01:00
d12frosted
4b9b61e5a0
[haskell] fallback to interactive mode
...
When user disabled ghc-mod, haskell mode should fallback to interactive
mode, so type bindings (and some others) are working properly. It's also
useful for ghci-ng users, but doesn't affect ghci-ng-only bindings.
Fix #3777
2015-11-23 20:23:11 +01:00
justbur
8ed77160bb
layers: Fix missing owner for some layers
...
This is a partial fix for #3493 . I didn't touch layers where I can't
tell what the intention was for how it should work.
2015-11-23 20:22:38 +01:00
Eivind Fonn
aa068a212a
Fix neotree documentation
2015-11-23 20:20:25 +01:00
Adam Olsen
ac9e81bf49
Set neo-vc-integration to nil by default
...
* Set `neo-vc-integration` to `nil` for much better performance
* Add documentation for the `neo-vc-integration` setting.
* Add documentation for the `neo-theme` setting.
2015-11-23 20:17:03 +01:00
Eivind Fonn
2918ca2b56
Clean up org loading check
2015-11-23 20:15:09 +01:00
Tony Day
3f72bec69a
Added check to catch when org has already been loaded.
2015-11-23 20:11:31 +01:00
Eivind Fonn
ddcc697213
Clean up scala-eldoc code
2015-11-23 20:09:57 +01:00
Diego Alvarez
a92cf03093
Disabled automatic eldoc-mode in scala layer
...
A conf var is provided to enable it automatically.
Default is null.
2015-11-23 20:06:39 +01:00
Martin Yrjölä
1f33ba3dcd
osx layer: Set sensible Emoji font
2015-11-23 20:04:16 +01:00
Jaakko Luttinen
86aa4da4c4
Add key binding for saving perpectives by names
2015-11-23 20:01:22 +01:00
Eivind Fonn
1ca1ee3720
More org improvements
...
- Evil bindings in org agenda
- Evil bindings in org calendar minibuffer
- Restore windows after org agenda
2015-11-23 19:58:26 +01:00
Eivind Fonn
0e919507ee
Insert missing HTML_HEAD_EXTRAs
2015-11-23 14:09:16 +01:00