syl20bnr
d72f382720
Update conventions for send to REPL and test execution
2014-12-09 23:46:22 -05:00
syl20bnr
225fd98b50
Remove s
in send to REPL commands for ESS
...
according to the new convention
2014-12-09 23:42:36 -05:00
syl20bnr
c44e3dc58b
Update key bindings for running tests according to the conventions
...
For ruby and python layers
2014-12-09 23:40:26 -05:00
syl20bnr
c1655a02ee
Update ruby layer readme
2014-12-09 23:39:09 -05:00
syl20bnr
4dc648448f
Remove the s
prefix for send to REPL bindings in Python
2014-12-09 23:37:16 -05:00
syl20bnr
209b52eedc
Update Python readme
2014-12-09 23:36:33 -05:00
syl20bnr
fb9f7cb084
Lazy loading of semantic for python layer
2014-12-09 23:27:28 -05:00
syl20bnr
95807a4e0f
Move shell config to spacemacs/init-shell
2014-12-09 23:15:14 -05:00
Evan Dale Aromin
0b192193ff
Execute correct clear
and man
behavior in (e)shell
2014-12-09 23:11:32 -05:00
Daniel Wu
22b7246e19
enable semantic mode in python contrib by default
2014-12-09 23:10:50 -05:00
Daniel Wu
666a5359f3
bind reposition window to z f
2014-12-09 23:10:34 -05:00
Riccardo Cambiassi
a90ea0d553
add basic ruby contrib layer
2014-12-09 23:09:52 -05:00
syl20bnr
d70b8cb892
Comment function spacemacs/declare-prefix-for-mode
...
Not working nicely with guide-key for now.
2014-12-08 22:53:47 -05:00
syl20bnr
ced8b7fbbe
Refactor python layer to be more modular
2014-12-08 22:19:55 -05:00
syl20bnr
0a7acb6d14
Add achievement for 100th PR
2014-12-08 21:30:12 -05:00
syl20bnr
697d3412c8
Add convention for code navigation and documentation
2014-12-08 21:00:35 -05:00
syl20bnr
825fa4ce3c
Update Python key bindings according to conventions
2014-12-08 20:58:35 -05:00
syl20bnr
724f05c31b
Update ESS key bindings according to conventions
2014-12-08 20:53:46 -05:00
syl20bnr
060420b1d6
Update conventions for tests and REPLs
2014-12-08 20:52:51 -05:00
syl20bnr
7a1628760f
Clarification about unsupported jj
, and jk
sequences
...
to escape states and buffers in DOCUMENTATION
2014-12-08 19:22:57 -05:00
pseudonom
a5db3a2201
Fix incorrect example for evil-escape-key-sequence
...
When I followed the example in the documentation, `describe-variable` reflected the updated value ("jj") but spacemacs ignored it and continued to use the default value ("fd").
`evil-escape.el` mentions:
```elisp
;; The key sequence can be customized with the variable
;; `evil-escape-key-sequence'
;; It must be set before requiring evil-escape.
```
So I tried moving the `setq` to `/init` instead of `/config`. That worked.
2014-12-08 19:14:09 -05:00
sbenner
e295b6a3f5
Temporarily comment the command prefixes for JS layer
2014-12-08 13:00:30 -05:00
sbenner
78c1f51b94
Fixes #224 jedi does not need to be installed manually
...
in README
2014-12-08 11:54:40 -05:00
sbenner
2267b7d352
Fix title image in readme
2014-12-08 09:51:01 -05:00
syl20bnr
fe8e8c09fd
Standardize some key bindings for javascript layer
2014-12-08 00:39:19 -05:00
syl20bnr
fef7372be2
Update javascript layer README
2014-12-08 00:33:25 -05:00
syl20bnr
b479c83b91
Reformat javascript layer README
2014-12-08 00:20:21 -05:00
Andrew Oppenlander
e303fce60b
Add Javacript layer
...
- move JavaScript/js2-mode into a contrib layer
- add js2-refactor
- change keybindings to be more spacemacsy
- add a function to define a command prefix for a specific mode
2014-12-07 23:55:32 -05:00
syl20bnr
90b605b6e7
Enable flycheck for erlang-mode if EDTS is disabled
2014-12-07 23:40:07 -05:00
syl20bnr
9e0c27b91c
Remove the mention that 24.3 compatibility is broken
...
in README.
2014-12-07 21:30:00 -05:00
syl20bnr
6fbff5b41d
Fixes #222 Modeline colors don't quite match up
2014-12-07 19:53:59 -05:00
syl20bnr
c0eaf61a52
Move documentation material and markdowns to doc
2014-12-07 19:41:09 -05:00
syl20bnr
03b021fda3
Add a variable to enable or disable EDTS in erlang-elixir layer
2014-12-07 10:21:27 -05:00
Chris Barrett
a9e123611e
Fix guide-key breakage
...
1958678754 (0.26.0) introduced a customisable variable
`dotspacemacs-leader-key`. Hardcoded instances of the leader were
replaced by references to this variable. An error in this refactoring
has broken guide-key.
This change fixes a bug where the variable name was added to a quoted
list, inserting the symbol and not the variable's value.
After this change, guide-key should display again.
2014-12-08 00:25:44 +13:00
syl20bnr
482afcbc17
Add tab
to toggle current occurrence in iedit state
2014-12-07 01:13:46 -05:00
syl20bnr
cc8986c738
Fix o
and O
in iedit states
2014-12-07 01:10:13 -05:00
syl20bnr
d7c6e095f7
Fix overlayp, nil
in iedit state
2014-12-07 01:04:27 -05:00
syl20bnr
3a26e7f3be
Fix C-U
bindings in iedit state
2014-12-07 00:58:32 -05:00
syl20bnr
be0de955a3
Fix A
and I
descriptions in iedit layer documentation
2014-12-07 00:30:20 -05:00
syl20bnr
b154278b7d
Disable leader in iedit-insert state
2014-12-07 00:29:46 -05:00
syl20bnr
06923e0517
Restore the warning level before packages initialization
...
The *Warning* buffer will now popup correctly if there is an
error during packages initialization
2014-12-06 23:51:47 -05:00
syl20bnr
cb5b93fc4b
Better name for the function camdez/show-buffer-filename
2014-12-06 23:42:26 -05:00
syl20bnr
8461b0a421
Add A
, I
, $
, 0
bindings to iedit state
2014-12-06 23:40:18 -05:00
syl20bnr
b344553aaf
New variable dotspacemacs-leader-key to change the leader key
...
Also fix the broken custom leader key in visual and motion
states.
2014-12-06 17:55:20 -05:00
syl20bnr
88cd8fab9d
Add FAQ questions to readme and <SPC> f e d to open the dotfile
2014-12-06 01:43:48 -05:00
syl20bnr
0108071e76
Add a section for shells in documentation
2014-12-06 01:31:56 -05:00
syl20bnr
155cb97351
Add tip for MacType to get smooth fonts on Windows
2014-12-06 01:31:30 -05:00
syl20bnr
8950e588dc
Remove unused <SPC> c r to comment region and prevent conflict
...
with compilation commands.
<SPC> ; does the job of <SPC> c r.
2014-12-06 01:21:37 -05:00
syl20bnr
6c5b4a8ac8
Free up d
in iedit state and D
now deletes all occurrences
...
ALso reformat the README
2014-12-06 01:18:03 -05:00
Ryan Phillips
85e4dbbaaf
Add compilation support
...
* spc c c helm-make-projectile
* spc c C compile
* spc c r recompile
2014-12-06 01:04:09 -05:00