Commit graph

2196 commits

Author SHA1 Message Date
Ryan L. Bell
91b8731b87 Initializes ruby-test-mode in the ruby-mode hook 2015-02-17 22:19:20 -05:00
Michael Hauser-Raspe
71a3bedff6 fixing yasnippet company-mode initialisation for python 2015-02-17 22:19:14 -05:00
luxbock
232c847428 Fix a typo, past -> paste
Conflicts:
	spacemacs/extensions/evil-lisp-state/evil-lisp-state.el
2015-02-17 22:19:02 -05:00
syl20bnr
2f6fc312a3 Update ruby mi to msi to start a REPL
According the conventions
2015-02-17 22:14:10 -05:00
syl20bnr
0c18d5afea Update elixir mi to msi for inferior process
According to conventions
2015-02-17 22:11:41 -05:00
syl20bnr
f68e81e64a Update mi for msi in ESS layer
According to conventions
2015-02-17 22:08:58 -05:00
syl20bnr
8d0dd8b25d Update python REPL bindings to meet the conventions 2015-02-17 22:07:43 -05:00
syl20bnr
3a8ca93719 Update REPL conventions 2015-02-17 22:05:58 -05:00
syl20bnr
a20508b85b Change m s f for m s a in scala layer 2015-02-17 22:05:42 -05:00
syl20bnr
0d62d06d97 Update debug conventions 2015-02-17 22:02:54 -05:00
syl20bnr
04054b75e7 Fix missing parameters for python-shell-send-region-switch 2015-02-17 22:00:26 -05:00
syl20bnr
3fc48f40e2 Add ensime logo in scala layer README 2015-02-17 21:59:50 -05:00
syl20bnr
4be4abc12b Adapt the ensime key bindings to the conventions
Add documentation
2015-02-17 21:57:08 -05:00
Bjarke Vad
2dd043ad45 Updated ensime bindings to better fit with spacemacs 2015-02-17 20:12:21 -05:00
syl20bnr
7d105579b4 Update conventions, add C-l C-r for REPLs and refactoring 2015-02-17 20:11:51 -05:00
Daniel Wu
112fb44de4 Add function to clear python inferior buffer
Conflicts:
	spacemacs/funcs.el
2015-02-17 20:03:31 -05:00
syl20bnr
e2d3378d41 Add prefix command names for lisp-delete key bindings 2015-02-17 00:00:06 -05:00
syl20bnr
e156aa9dfc Move sp-splice commands on e and E in evil-lisp-state 2015-02-16 23:59:26 -05:00
syl20bnr
80e7d0e356 Add lisp prefix command on k 2015-02-16 23:37:06 -05:00
syl20bnr
614cb6168c Set evil-lisp-state version to 7.0 2015-02-16 23:35:56 -05:00
syl20bnr
a6af0777d8 Update evil-lisp-state key bindings documentation 2015-02-16 23:35:12 -05:00
syl20bnr
1bf098b8b2 Better mnemonic key bindings 2015-02-16 23:32:22 -05:00
syl20bnr
8c037a17e9 Update editing lisp section in documentation 2015-02-16 23:20:26 -05:00
syl20bnr
5b17a867f7 Update evil-lisp-state header 2015-02-16 23:20:26 -05:00
syl20bnr
90ea16bdf2 Configure evil-lisp-state to be globally available on k 2015-02-16 23:20:26 -05:00
syl20bnr
a71b1f1611 Move emacs-lisp specific key bindings to keybindings.el 2015-02-16 23:20:26 -05:00
syl20bnr
3f6269006b Add the possibility to use evil-lisp-state everywhere 2015-02-16 23:20:26 -05:00
syl20bnr
6f9d698bf9 Remove debug display in core-micro-state.el 2015-02-16 23:20:25 -05:00
syl20bnr
fa337c143b Put back git gutter on the right fringe by default
Because keeping it on the left fringe can be messy coupled to
flycheck icons.
2015-02-16 02:59:40 -05:00
artemave
6a14d0ab8d Support GOPATH with multiple entries.
Fixes go-oracle not being loaded in case $GOPATH has more than one entry.

Conflicts:
	contrib/lang/go/extensions.el
2015-02-15 22:40:02 -05:00
syl20bnr
2567ed15a1 Move extra-langs layer to lang directory 2015-02-15 22:33:41 -05:00
Tristan Hume
9110ab8fb4 Factor extra-langs and hungry-delete out of trishume contrib 2015-02-15 22:31:16 -05:00
syl20bnr
97bb568360 Add variable dotspacemacs-loading-progress-bar
Default is t
2015-02-15 21:25:12 -05:00
syl20bnr
4168b9f217 Refactor the initialization of spacemacs
Users can now specify their own evil settings in
`dotspacemacs/init`
2015-02-15 20:14:36 -05:00
syl20bnr
fe0f2e5f51 Bump version to 0.61.1 2015-02-15 12:27:29 -05:00
Herbert Jones
40627f769d Re-enable ahs and auto-load when uninitialized
Reverts changes in 418ca0a and c21bd2d to re-enable ahs on `*` and `#`.

Detect when auto-highlight-symbol-mode is in a partially initialized
state for the current buffer and fully initialize it for the current
buffer/major mode.
2015-02-15 12:19:45 -05:00
syl20bnr
418ca0a0a4 Add * and # to the auto-highlight-symbol micro-state 2015-02-15 01:16:38 -05:00
syl20bnr
c21bd2d2cf Remove * for auto-highlight-symbol
Now `SPC s h` must be used explicitly
2015-02-15 00:53:51 -05:00
syl20bnr
afff22ebb4 Add function spacemacs/set-evil-cursor-color 2015-02-14 23:54:21 -05:00
syl20bnr
9059a486fe Fix a bug in loading animation dot length 2015-02-14 23:42:26 -05:00
syl20bnr
fef6d5a3cb if -> when 2015-02-14 23:41:51 -05:00
syl20bnr
a8c9516c8b Correctly all spacemacs layer when 'all is specified 2015-02-14 23:41:07 -05:00
syl20bnr
66e38ec962 Lazy load ghc-comp-init in haskell layer 2015-02-14 22:45:14 -05:00
syl20bnr
ff0a04dcef Lazy load auto-hotkey mode 2015-02-14 22:44:43 -05:00
syl20bnr
79980af6f8 Skip go-oracle configuration if GOPATH not found 2015-02-14 22:44:06 -05:00
syl20bnr
94122defaf Add special value `add support for dotspacemacs-configuration-layers 2015-02-14 22:15:25 -05:00
syl20bnr
6a4c533b44 Add variable dotspacemacs-delete-orphan-packages 2015-02-14 22:03:30 -05:00
syl20bnr
b969da7fde Add documentation for window manipulation micro-state 2015-02-14 20:02:14 -05:00
syl20bnr
6c4a6e4388 Add a key binding to force focus back to the minibuffer
resolves #597
2015-02-14 17:59:47 -05:00
syl20bnr
9b1e75b369 Explicitly set helm-prevent-escaping-from-minibuffer to t 2015-02-14 17:50:36 -05:00