Shaun Taheri
5c1c15bbd8
Fix asciidoc demote function name
2016-08-22 10:22:20 +02:00
Eivind Fonn
d94d0d9f71
Some improvements to py-isort config
...
- Rename variable
- Wrap the save function to check condition variable at runtime
- Add keybinding
2016-08-21 17:49:20 +02:00
Swaroop C H
a2d7461bb1
[python] Add py-isort package
...
py-isort sorts the imports to keep it tidy.
Disabled by default.
2016-08-21 17:41:43 +02:00
Christoph Paulik
83ec3afc7e
Fix Python layer loading on emacs master branch.
...
The member function works slightly different on the master branch of
emacs than in emacs 24.5 or emacs 25 release candidates. This might be a
bug in emacs but for now we can add a check if python-test-runner is a
list to work around that.
Fix #6246 .
2016-08-21 15:16:56 +02:00
d12frosted
c7384638b1
fill paragraphs in scala layer readme
2016-08-21 10:55:25 +03:00
james sangho nah
6b71e168b2
Fix typo in Scala README
2016-08-21 10:53:54 +03:00
Diego Berrocal
219d891475
Update emacs-eclim package name
...
I think MELPA has an `old-names` back
[compatibility](https://github.com/melpa/melpa/issues/4159 ) measure for
cases like this, but for now it isn't working. And it's breaking all new
installs that use the java layer.
2016-08-18 21:12:15 +02:00
Eivind Fonn
da2af5c1fd
Extract golden-ratio config to package fns
2016-08-18 21:10:43 +02:00
Eoin Houlihan
1fc2be3863
Don't use golden ratio mode in Idris holes buffer
2016-08-18 21:07:24 +02:00
Christoph Paulik
6b41426d8d
Python: Set breakpoints correctly when pyenv is used.
...
pyenv shims fool executable-find into thinking that ipdb is always
installed if it is installed in one environment.
2016-08-18 21:06:56 +02:00
Christoph Paulik
7504ec2309
SML: Improve indentation.
2016-08-18 21:05:51 +02:00
deb0ch
9c4a0657d0
activate ycmd-mode in c files as well
...
ycmd-mode was only activated when entering c++-mode, making syntax
checking unavailable in c-mode, as flycheck-ycmd-mode is hooked to
ycmd-mode.
2016-08-17 20:21:50 +02:00
Eivind Fonn
dbbdca7d5d
Fix agda indentation and README
2016-08-17 20:20:20 +02:00
FreeSalad
5096202b6b
Fix Agda layer for users without 'agda-mode' executable.
2016-08-17 20:13:01 +02:00
Eivind Fonn
2651f67c48
Fix cargo config
...
- Move cargo bindings to init-cargo
- Move bindings to init phase
- Swap spacemacs/rust-cargo-fmt with cargo-process-fmt
2016-08-17 20:10:05 +02:00
Kevin van Rooijen
0bbb88814e
New add cargo package to rust layer
2016-08-17 20:05:37 +02:00
Shanavas M
56d820a1e1
Add missing prefices for web-mode menu
2016-08-17 20:02:41 +02:00
Shanavas M
83e5d41042
Add "documentation" prefix for js-doc menu
2016-08-17 20:01:43 +02:00
Antonis Kalou
9bafae3f9c
Added mention of PEP-8 syntax checkers to README
2016-08-16 21:06:45 +03:00
Eivind Fonn
3c18a4a6bb
Tweak yapfify config
...
- No need to use :commands
- Remove SPC m y binding
2016-08-07 16:33:12 +02:00
Joris Engbers
e0aac5c170
Replace py-yapf with yapfify.
...
Yapfify uses project settings applicable to the file that yapf is called
on. Also it shows an error if yapf fails.
2016-08-07 16:31:50 +02:00
Bryan Gilbert
62199bfb94
Fix dot completion bug in scala mode
2016-08-07 16:29:28 +02:00
Diego Alvarez
3dfd5fa4fb
Disable Ensime autostart
2016-08-07 16:19:45 +02:00
Christoph Paulik
ebbfbaf2d1
Use --simple-prompt for IPython 5 and set correctly on env switch.
...
IPython 5 does no longer use readline and so the emacs integration is
broken. See also
http://ipython.readthedocs.io/en/stable/whatsnew/version5.html#id1
Fix #6622 and related to #6580
This also works if different environments have different IPython
versions since the shell parameters are setup on every environment
switch.
2016-08-06 18:18:25 +02:00
Graeme Coupar
f7d2f3f0ad
elm: Add 'SPC m h d' keybinding for doc-at-point.
2016-08-05 21:29:56 +02:00
Eivind Fonn
269916e908
Shorter lines in java/README.org
2016-08-05 21:18:32 +02:00
Ellis Kenyo
229ef0c05c
Update the Java layer to support eclimd
...
Signed-off-by: Ellis Kenyo <elken@mykolab.com>
2016-08-05 21:15:58 +02:00
d12frosted
7280a46554
[haskell] add note about auto-completion layer
...
Fixes #6733
2016-08-04 13:38:54 +03:00
Tim Jäger
853945c722
Fix typos in Haskell layer README
2016-08-01 09:04:27 +02:00
d12frosted
c42a08a842
js layer readme minor improvements
...
- fill paragraphs
- hide url under descriptive text
- fix wording for linters
2016-07-31 13:05:40 +03:00
Steve Dignam
a2df27e71a
Add flycheck info to javascript layer README.org
...
Added info about available flycheck checkers for Javascript.
Also added install info for ESLint.
2016-07-31 13:02:45 +03:00
Laverne Schrock
b1e45cc2bb
Update racket-layer README.org
...
This is in response to issue #3870 .
2016-07-31 12:56:01 +03:00
Leon Isenberg
be6fd0e8d0
Swap haskell layer specific keys f and F
2016-07-29 14:30:20 +03:00
Eivind Fonn
6bb73f193f
Fix emmet expansion if yas isn’t turned on
2016-07-27 15:52:51 +09:00
Aaron Jensen
141be7f8c2
elixir: fix smartparens hook
...
Fixes #6660
2016-07-25 19:36:07 +09:00
Eivind Fonn
bef1295094
Scala: README line lengths
2016-07-25 14:11:17 +09:00
Diego Alvarez
80f8c84d64
Improve documentation for scalastyle
2016-07-25 14:09:22 +09:00
Diego Alvarez
1b5bc13d35
Update ensime logo
2016-07-22 13:18:33 +03:00
Christoph Hegemann
985a07b71c
add keybindings for goto definition functionality
2016-07-21 12:13:34 +02:00
Eivind Fonn
9773ad611f
Clean up gtags readme
2016-07-17 17:36:07 +02:00
Christian E. Hopps
b22702bc9e
Expand gtags use to many more languages
2016-07-17 17:31:59 +02:00
Eivind Fonn
7a440195a8
Fix some intero functions
2016-07-17 10:00:34 +03:00
bja
a308eef060
Fix bug with Autocomplete in elm
...
Adds company-elm to company-backends-elm-mode
2016-07-06 22:11:33 -04:00
syl20bnr
7df72331e6
elm: move format buffer to SPC m = b to follow conventions
2016-07-06 22:09:25 -04:00
Daniel
17a0c5dac2
Add a key combination to format elm files
2016-07-06 22:04:04 -04:00
syl20bnr
0ca8d2f87c
elm: respect max 80 characters per line in README
2016-07-06 21:59:47 -04:00
bja
3bcb84f3e9
Adds elm-format section and advice for absolute paths with npm
2016-07-06 21:58:40 -04:00
Jeremy Bi
149f6c0530
ocaml: Remove outdated config of utop
...
The old config overrides `exec-path` blindly, updated as per the
instructions on the official site of `utop`.
2016-07-06 21:27:01 -04:00
Ayush Goyal
1fdc2f8fe2
Fix yaml layer autocompletion
...
Autocompletion was not working with yasnippets for yaml layer. This also
fixes autocompletion for ansible layer.
2016-07-06 21:24:33 -04:00
ralesi
c2a0a5670f
Provie additional filetypes for windows scripts.
2016-07-05 00:23:16 -04:00