Eivind Fonn
bcb597a329
python doc: Reformulate jedi warning
2017-06-12 12:38:27 +02:00
davidpham87
f6b2c90260
Autocompletion debug
...
Autcompletion does not handle request properly with jedi 1.0. Until the bug is corrected, one should keep the 0.9 version.
2017-06-12 12:37:04 +02:00
Swaroop C H
1f8ad0fb09
[ipython-notebook] Change prefix from "ai" to "ay"
...
Because "ay" is already being used for IRC (ERC)!
It's weird to say ipython-notebook stuff under "IRC"
2017-06-12 12:35:27 +02:00
Swaroop
e1ed293987
[markdown] Add key bindings to toggle features, esp. hidden urls
2017-06-12 12:34:19 +02:00
Dela Anthonio
2c2d7fe038
java: Add eclim-java-new keybinding
...
This commit addresses #8987 .
2017-06-12 12:21:05 +02:00
Danny Freeman
6bf310f572
Updated hy-mode lisp eval keys to match spacemacs conventions
...
Updated to match the conventions listed here:
https://github.com/syl20bnr/spacemacs/blob/develop/doc/CONVENTIONS.org#evaluation
Now functions related to lisp evaluation start with 'SPC m e' and functions
related to the hy repl start with 'SPC m e'.
2017-06-08 09:14:02 +02:00
Eivind Fonn
14a8179b22
perl5: minor changes
2017-06-08 09:12:35 +02:00
CeleritasCelery
af21bf2494
added perl5 layer
2017-06-08 09:02:18 +02:00
Codruț Constantin Gușoi
3624caf98f
Adds dumb autocomplete for sql
2017-06-07 18:22:15 +02:00
jupl
09ce56df3d
Use add-node-modules-path to automatically find local executables
2017-06-07 16:49:11 +02:00
Eivind Fonn
55ceef53a5
bugfix: arguments to python-setup-hy
2017-06-07 16:28:03 +02:00
Eivind Fonn
e6a0ed0204
ein: remove spurious spaces
2017-06-07 13:44:43 +02:00
Jaakko Luttinen
37c83c7951
Add split cell key binding to ipython-notebook
2017-06-07 13:44:43 +02:00
Eivind Fonn
ed90f2b4ff
Bugfixes
...
- Set hy-mode-inferior-lisp-command globally
- Function names
2017-06-07 12:43:58 +02:00
Eivind Fonn
16f25488a9
Clean up python/hy pyenv/pyvenv integration
...
- Move find-hy-executable to funcs.el and rename
- Don’t set hy-executable (not needed by anything)
- Setup hy only once at startup (allow user to override settings, see #5988 )
- Use setup-hy in advice instead of post-activate-hook (works with many more
commands)
- Setup checkers pyenv change, too
- Guard checker setup function for possibly missing flycheck
- Combine all setup functions into one
2017-06-07 12:40:30 +02:00
Danny Freeman
5a7019427e
Fixed bug so hy command work when hy is installed on a virtualenv
...
Hy is typically installed on a python virtual environment, not globally. When
that is the case, init-hy-mode doesn't set any leader keys for hy since it
can't find the hy executable on the path. When a virtual environment is
activated, init-hy-mode is run again to see if it can find a hy executable
and setup the leader keys for hy.
2017-06-07 12:28:48 +02:00
Elliot Bulmer
887ffe8590
Fix Swift REPL leader key bindings
...
The `swift-mode` REPL bindings have been updated to use a different
naming convention (e.g. a prefix of `swift-mode:` in the CL style).
Typing `, s s` would trigger this error:
```
command-execute: Wrong type argument: commandp, swift-mode-run-repl
```
This change fixes up the command names so that they are usable again
from the leader key.
2017-06-06 12:26:48 +02:00
JAremko
5ccbf4fbc5
Disable dante package if Emacs version is less than 25
...
fix #8985
2017-06-03 08:59:02 +03:00
JAremko
0e0e90e521
Replace https://faust.grame.fr/ link (faulty server)
2017-05-31 06:25:32 +03:00
Eivind Fonn
9014197722
clojure: fix spacefmt tests
2017-05-30 12:34:31 +02:00
Ben
cc1b087497
adding the package magic-latex-buffer to the latex layer
2017-05-30 12:28:26 +02:00
James Conroy-Finn
c56c927641
Bind <leader>msX to restart Cider
2017-05-30 12:00:35 +02:00
Eivind Fonn
dce3cd4c0e
clojure: define keys in :init
2017-05-30 11:58:17 +02:00
Dietrich Daroch
9a14373845
Fix d-mode flycheck imports on dub projects
2017-05-30 10:22:45 +02:00
Don March
3069d4e244
Restore smart closing paren behavior in racket-mode
...
Remove the shadowing keybindings for `)`, `]`, and `}` so the default
`racket-insert-closing` command is used again.
2017-05-30 10:19:20 +02:00
Swaroop C H
a2f1bfa8a4
[python] Prefer virtualenv python to compile file
2017-05-29 10:12:20 -07:00
Eivind Fonn
7fd8caa344
Bugfix: missing -hook suffix
2017-05-29 16:52:39 +02:00
Eivind Fonn
fab3b2a4e4
Clean up parinfer layer
...
- Move to misc instead of vim
- Move add-hook calls into dependent layers
- Improve readme
2017-05-29 11:36:46 +02:00
Eoin Houlihan
ca9945d536
Remove SPARQL from extra-langs
...
Support for SPARQL was added with the semantic-web layer in f7210c30c2
2017-05-28 15:04:01 +02:00
zer09
c504496b12
Update README.org
2017-05-28 15:03:33 +02:00
Eivind Fonn
97862af26c
Trim output from pyenv command
...
Trailing newlines will cause errors
2017-05-28 14:59:34 +02:00
Eivind Fonn
bf41e9e300
Move enabling of dante-mode to setup-dante function
2017-05-28 14:41:33 +02:00
Kyle McKean
1ed49e0878
add dante support to haskell layer
2017-05-28 14:40:25 +02:00
Eivind Fonn
c812c5be32
Update semantic-web documentation (fix tests)
2017-05-26 11:47:41 +02:00
Eivind Fonn
53cb8a48d3
Move semweb to semantic-web
...
Minor configuration changes
2017-05-26 11:12:08 +02:00
Andreas Textor
f7210c30c2
Add layer for Semantic Web formats
...
- Syntax highlighting for N3, Turtle and SPARQL formats
- Company mode for SPARQL
- Execution of SPARQL queries against SPARQL HTTP endpoint
2017-05-26 11:07:06 +02:00
Swaroop C H
735321eda3
[elixir] Add missing Alchemist commands and key bindings
...
Commands and key bindings found via `alchemist-refcard` command.
I've tried to adhere to Spacemacs conventions but where I couldn't find relevant
conventions, I followed Alchemist's key bindings.
Also, delete alchemist-refcard - approved by @syl20bnr at
https://github.com/syl20bnr/spacemacs/pull/8746#issuecomment-301326850
2017-05-26 10:49:35 +02:00
Ivan Kryvoruchko
1d2392ad1d
Fix sayid clojure debugger documentation typo
2017-05-26 10:47:34 +02:00
Eivind Fonn
e6a3d01eb5
Fix company-php configuration
2017-05-26 10:41:46 +02:00
jim
24bf7d0fb6
add company-php to php layer
2017-05-26 10:36:15 +02:00
Eivind Fonn
e4185e4c61
Some refactoring of go layer
2017-05-25 13:20:36 +02:00
Eivind Fonn
adca985dd9
Update go layer documentation
2017-05-25 13:19:50 +02:00
Eivind Fonn
b7370f454e
Add godoctor
...
Thanks to TinySong
2017-05-25 13:19:32 +02:00
Jim Deville
dae860a4b1
add refactor docs
2017-05-24 14:42:17 +02:00
Daniel Luna
34d842c6f5
[ruby-layer] Adding ruby-refactor package and associated keybindings
...
This commit adds a series of refactoring commands for Ruby under
"ruby/refactor", by use of the `ruby-refactor` package.
2017-05-24 14:41:55 +02:00
Eivind Fonn
4068a3e6a2
Revert "Clean up elixir layer documentation"
...
This reverts commit 333e921707
.
2017-05-24 14:37:39 +02:00
Garrett Johnson
333e921707
Clean up elixir layer documentation
...
Remove references to removed checkers and their configuration
2017-05-24 14:19:37 +02:00
Víctor Cuadrado Juan
a37d4296cf
.Add bashate style checker to shell-script layer
2017-05-24 14:02:01 +02:00
Muneeb Shaikh
47cb3e01e0
python: fixes for anaconda-mode-view-mode
...
* layers/+lang/python/funcs.el (spacemacs/anaconda-view-forward-and-push):
Added helper function to go forward and hit RET
* layers/+lang/python/packages.el (python/init-anaconda-mode):
- use new evilification macro
- use helper function to go ahead and push button when hitting `RET`
- Add `C-j`, `C-k` for easy navigation in anaconda-view-mode when multiple
references are displayed. Doesn't conflict with normal `hjkl` navigation in
other views of `anaconda-view-mode`
Fix #7538
Fix #5737
2017-05-24 13:58:23 +02:00
Swaroop C H
ea54e6863e
Make python-execute-file use python-shell-interpreter
...
So that we can customize to use `python3` instead of `python`
2017-05-24 13:41:12 +02:00