Commit graph

2118 commits

Author SHA1 Message Date
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
syl20bnr 5f5c510019 Add non string variant of get package version functions 2015-02-08 23:03:52 -05:00
syl20bnr 71d96a06f3 Reorganize DOCUMENTATION.md, update sections and core pillars 2015-02-08 21:21:23 -05:00
syl20bnr 1ff47e09ac Add :exit and :documentation keywords for micro-state bindings 2015-02-08 15:13:34 -05:00
syl20bnr d6f4650105 Remove plural form for toggle and micro-state files 2015-02-08 12:19:34 -05:00
syl20bnr e38fbc912b Add toc to ocaml README 2015-02-07 23:32:45 -05:00
Ranjit Jhala 3fb96fa348 Add ocaml layer 2015-02-07 23:29:08 -05:00
Andreas Liljeqvist dd5e5c4b5a Enable smartparens in inferior-python-mode 2015-02-07 23:28:18 -05:00
syl20bnr 7caaeb1c1d Use :if keyword for pbcopy init 2015-02-07 23:27:50 -05:00
Daniel Wu b08f993b34 added pbcopy package in osx mode 2015-02-07 23:26:50 -05:00
syl20bnr 418870de12 Move go-rename in extensions directory 2015-02-07 23:26:27 -05:00
Josh Chase 793d4a1eee Added rename support to contrib/lang/go 2015-02-07 23:19:22 -05:00
Diego Berrocal b2893c843e Remove stale information and add tips about perspectives 2015-02-07 23:19:16 -05:00
Jean-Christophe Petkovich ca99343ec3 It's a horrible hack, but ess autoload works.
Up to you whether you want to include it.

Only call mode function again if ess is successfully loaded

This is to avoid an infinite loop.

Whoops, removed a line that shouldn't be there.
2015-02-07 23:19:08 -05:00
syl20bnr 6f2b6d305e Minor change of function names for helm micro-state 2015-02-07 20:24:05 -05:00
syl20bnr 397d01be96 New macro spacemacs/define-micro-state
Resolves #552
2015-02-07 20:09:38 -05:00
syl20bnr d9886af28e Minor documentation fix in dotspacemacs template 2015-02-07 20:05:24 -05:00
syl20bnr 696c985a6c Add dash to bootstrap packages 2015-02-06 00:59:01 -05:00
Daniel Wu 6b36542999 allow open file in external app in dired-mode 2015-02-05 23:31:25 -05:00
Andreas Liljeqvist 8799215fd2 Activate evil leader in cider-stacktrace-mode 2015-02-05 23:07:20 -05:00
sooheon d5b3785733 Replace ess-smart-underscore with ess-smart-equals
Add rainbow-delimiters hook, add R-mode to auto-mode-alist, add
convenience keybinding, and add edit default offsets.

Separate rainbow-delimiters and smart-equals hooks into own defuns.
2015-02-05 23:06:42 -05:00
Riccardo Cambiassi ab0f7014c0 Add support for Ruby on Rails in ruby layer 2015-02-05 23:05:55 -05:00