Commit graph

2139 commits

Author SHA1 Message Date
syl20bnr 753b4ec433 Display only [?] in startup doc for window manipulation micro-state 2015-02-12 21:48:56 -05:00
syl20bnr 8ae9b93bdb Minor change to micro-state macro 2015-02-12 21:48:42 -05:00
syl20bnr e73fce6fbc Change auto-complete config to ac-auto-start 0 and ac-delay 0.2
Auto-completion will start at the first character pressed
Auto-completation will start after 0.2 seconds

Possibly fix #443
2015-02-12 05:03:16 -05:00
fotoetienne 014252d4e0 add 'cider-jump-back keybinding as mgb; remove 'cider-jump
cider-jump-back is handy
cider-jump is deprecated since cider 0.7.0 and is currently only an alias for cider-jump-var
[b661d10199/cider-interaction.el]
2015-02-12 00:27:34 -05:00
syl20bnr f0935814a2 Correctly restore evil-lisp-state shadowed function by evil-escape 2015-02-12 00:25:46 -05:00
Renaud Casenave-Péré ae162c9e04 Fix escape sequence for evil-lisp-state
The command originally bound to the first key of the
evil-escape-sequence needs to be set as the shadowed function.
This was not the case for evil-lisp-state.
2015-02-12 00:23:20 -05:00
syl20bnr 6c1bc8dca6 setq instead of custom-set-variables 2015-02-12 00:22:37 -05:00
Asher Van Brunt f3918eaf06 Set sp-cancel-autoskip-on-backward-movement to nil 2015-02-12 00:21:12 -05:00
Riccardo Cambiassi 82f434edb9 Add bundle and define keybindings
Also contains the following:
* revert to `ruby-mode` instead of `enh-ruby-mode` as it's more standard, i.e. it doesn't require ruby 1.9.2+
to properly highlight syntax
* fix key binding prefixes
* add ruby-tools mode
* add file types to ruby mode

Conflicts:
	contrib/lang/ruby/packages.el
2015-02-12 00:20:24 -05:00
syl20bnr fa4c659832 Automatically adapt micro-state faces to the current theme 2015-02-12 00:14:38 -05:00
syl20bnr a909d48386 Move window-manipulation micro-state to keybindings.el 2015-02-12 00:00:23 -05:00
syl20bnr f84b3d3022 Dynamic documentation for window-manipulation micro-state 2015-02-11 23:58:15 -05:00
syl20bnr ef092b858a Propertize documentation string in micro-state macro 2015-02-11 23:57:39 -05:00
syl20bnr f4c6d9aa77 Add support for per binding documentation in micro-state 2015-02-11 18:40:43 -05:00
syl20bnr 570f5e5e05 Move dotspacemacs/config to after-init-hook
Add log in `*Messages*` when executing `init` and `config` dotspacemacs
functions

resolves #588
2015-02-11 17:02:37 -05:00
syl20bnr b25c6ce4ee with-current-buffer to move point to link line of spacemacs buffer 2015-02-11 16:57:41 -05:00
Daniel Wu 6eac90581d Ignore certain buffers for winner mode 2015-02-10 23:45:16 -05:00
Christoph Paulik 4293313413 Move spacemacs/next-error and spacemacs/previous-error to func.el
And remove associated keybindings from spacemacs/init-flycheck

- fixes issue #567
- this binds both SPC e N and SPC e p to spacemacs/previous-error
2015-02-10 23:42:41 -05:00
Dmitry Mazuro 00ae3672ff Add nyan-mode link 2015-02-10 23:38:02 -05:00
syl20bnr 5f0078506f Add a condition on yasnippet presence in init-company-anaconda 2015-02-10 23:33:54 -05:00
Michael Hauser-Raspe 45787dadb7 Add yasnippet to company-mode source for python 2015-02-10 23:31:25 -05:00
Jean-Christophe Petkovich f7ce640fba Fix for css yasnippet load issue.
This fixes #532 by adding spacemacs/load-yasnippet to the css-mode-hook.
This fixes both css-mode and scss-mode.

Switch to init-yasnippet for calling load-yasnippet
2015-02-10 23:31:04 -05:00
syl20bnr b8d8a0fe2d Use configuration-layer/layer-decaredp in packages.el of ess layer 2015-02-10 23:23:33 -05:00
syl20bnr b2f66f80f6 Add configuration-layer/layer-declaredp function 2015-02-10 23:22:26 -05:00
Jean-Christophe Petkovich b1994f2ba6 Add company-ess to ess mode.
For bug #287
2015-02-10 23:16:14 -05:00
Paulus Esterhazy 1d325ce8d0 Change delete-current-buffer-file keybinding
This combination should be harder to hit accidentally

Fixes #565
2015-02-10 23:15:15 -05:00
m3hr 19e150d154 Add Podfile support in Ruby layer
Should we delete the extra "dead code" that sits in the config.el? Also about ruby-mode vs enh-ruby-mode?
2015-02-10 23:15:05 -05:00
m3hr 6f4a44df79 Fix LaTex typo/link in README
It was bothering me lol
2015-02-10 23:14:50 -05:00
Christoph Paulik 00fd1388a6 adds evil window move commands to golden-ratio-extra-commands
- should fix issue #497
2015-02-10 23:13:59 -05:00
Diego Berrocal e2140fab84 Add resize features to window manipulation 2015-02-10 22:58:03 -05:00
syl20bnr bc8cb54605 Update doc of define-micro-state 2015-02-10 22:50:12 -05:00
Cong Nguyen c798912058 Update solarized to lastest version 1.2.1 2015-02-10 22:37:48 -05:00
syl20bnr 237279970e Adapt window-manipulation to last define-micro-state macro changescc 2015-02-10 22:33:54 -05:00
syl20bnr a9577eac4f define-micro-state macro: :documentation accepts now a body
when evaluated the body must return a string
2015-02-10 22:32:39 -05:00
syl20bnr 59a8157371 Update window-manipulation micro-state definition 2015-02-10 22:09:26 -05:00
syl20bnr a9f8e07a29 Add support for global documentation in define-micro-state macro 2015-02-10 22:08:50 -05:00
Diego Berrocal 0cb16a8381 Add Window Manipulation micro state
And keybinded it wo `<kbd>SPC</kbd> w .`.
The micro state uses most of the `<kbd>SPC</kbd> w` map
2015-02-10 21:58:15 -05:00
syl20bnr 3775115cf4 Fix error when attempting to delete an unknown package 2015-02-10 21:57:14 -05:00
syl20bnr 2efc66286c Display the number of backup packages in ido when selecting a slot 2015-02-10 21:56:44 -05:00
syl20bnr c7a5dc57dc Prompt before updating the packages 2015-02-10 21:56:18 -05:00
syl20bnr 4be3da4d63 Fix typo in finance layer README 2015-02-09 22:28:05 -05:00
syl20bnr c970b356a4 markdown layer README 2015-02-09 22:27:46 -05:00
syl20bnr 8b3beb4ca1 Adjust brightness and saturation for solarized-dark
for rainbow-identifers
2015-02-09 22:14:24 -05:00
syl20bnr 41d2517c83 Move markdown package to new lang/markdown layer 2015-02-09 22:14:23 -05:00
syl20bnr 3c57606cb1 Move ledger to new finance layer 2015-02-09 22:14:18 -05:00
syl20bnr 4a7e3899c4 Remove dead code init-ruby-mode in spacemacs/packages.el 2015-02-09 01:30:30 -05:00
syl20bnr 368b18f826 Fast bump version to 0.60.0 2015-02-08 23:51:59 -05:00
syl20bnr d177f3b020 Minor formatting change 2015-02-08 23:51:10 -05:00
Daniel Wu e302d11dc7 Disable auto center current buffer on evil jumper
This is to avoid annoying flash in terminal
Resolves #560
https://github.com/syl20bnr/spacemacs/issues/560
2015-02-08 23:05:16 -05:00
syl20bnr 9075603d8a Fix [Update] for 24.3 2015-02-08 23:04:13 -05:00