John Stevenson
bb34374818
Add keybinding for cider-interupt
...
Interrupt longer running evaluations without having to kill or reset the REPL
connection.
Placed in the evaluate section, as it is specific to the currently running
evaluation.
2019-06-13 15:27:02 +02:00
duianto
47f83609d5
[clojure][doc] markdown inline code to org verbatim
...
Change surrounding characters: markdown inline code to org verbatim.
2019-06-13 01:27:48 +02:00
Michael Franz Aigner
ddf7459a02
Fix lazy-loading of ruby-test-mode
...
This change fixes a syntax mistake in the use-package declaration of
ruby-test-mode that causes the package to be loaded immediately, instead of
deferring the load until the first ruby file is visited, as is intended.
2019-06-12 19:37:26 +02:00
Liu Chong
bd61f2e8a0
Remove cider.nrepl/cider-middleware
in lein quick start setting
...
Don't need this `cider.nrepl/cider-middleware` in lein profiles.clj.
It will result in error, the `cider.nrepl/cider-middleware` not middleware but a vector of all cider-nrepl middlewares:
> https://github.com/clojure-emacs/cider-nrepl/blob/master/src/cider/nrepl.clj#L483
2019-06-12 19:31:16 +02:00
emacspace
3d4e6fc0df
documentation formatting: Sun Jun 9 19:54:33 UTC 2019
2019-06-09 22:02:10 +02:00
sunlin7
70a5a40d54
Make projectile recognize C++ projects by search for ".ccls" file
2019-06-09 21:59:46 +02:00
smile13241324
9ebf17af49
Make javascript layer adhere to REPL conventions and fix typescript doc
2019-06-09 21:21:30 +02:00
Uros Perisic
eee7d20bfe
Add and configure nodejs-repl
package to javascript
layer.
...
Add relevant keybindings and documentation, including a setting
`js2-include-node-externs` as a configuration variable for those that intend to
use `Spacemacs` for node projects, as it currently seems to be mostly aimed at
pure JS (https://github.com/syl20bnr/spacemacs/issues/483 ).
2019-06-09 18:29:08 +02:00
Ryan
f1d55ed002
Add eslint as option for linting typescript
2019-06-09 17:59:01 +02:00
刘冲
803d4e7202
Fix mismatched brackets in markdown README
...
Added a missing close bracket and removed the useless line `dotspacemacs-configuration-layers '(`
2019-06-08 21:49:23 +02:00
Magnus Therning
37dcecbec9
Put the jump handlers straight into the buffer var
...
Fixes #12238
Fixes #12289
2019-06-06 14:36:09 +02:00
duianto
4cb9226302
Update changelog.develop and markdown readme
2019-06-05 22:45:34 +02:00
AmaiKinono
234c7e7e10
rebind markdown-insert-list-item
to M-RET M-RET
2019-06-05 22:28:49 +02:00
AmaiKinono
0fcdf44b34
Add various keycommands to markdown layer.
2019-06-05 22:28:49 +02:00
Anton Alekseev
832ddd4268
Enable prettier formatter for HTML buffers
2019-06-05 18:48:54 +02:00
emacspace
fc36771313
documentation formatting: Sun Jun 2 20:15:51 UTC 2019
2019-06-02 23:47:05 +02:00
cormacc
00b2db982d
Added support for Microsoft Python Language Server
...
<<26/04/2019>>
Incorporated feedback from robbyoconnor and yyoncho.
Rebased.
<<08/04/2019>>
Rebased on develop tip
<<17/04/2019>>
Rebased
<<02/06/2019>>
Rebased. Incorporated feedback from duianto.
2019-06-02 21:14:50 +02:00
Boris Buliga
06730f24cc
use orgtbl-mode only when org layer is used
...
1. Fixes #6535 - when org layer is not used, user will see an error upon
visiting markdown file.
2. Mention orgtbl-mode in readme.
2019-06-02 20:50:51 +02:00
duianto
3868a5364f
[doc] Fix typos and add missing/remove extra ~
...
Add missing ~ (tilde) around key bindings.
Remove an extra ~.
2019-06-01 20:40:22 +02:00
duianto
7dace901a2
[javascript][doc] Update key toggle live evaluation
...
The key binding was changed in this commit:
javascript: change key binding for repl live eval toggle
8bc9060af8
This updates the documentation.
From: SPC m s a
To: SPC m T l
2019-06-01 14:49:27 +02:00
Seong Yong-ju
ff4a08d3fa
Add a missing prefix for plantuml-mode
2019-05-31 18:12:41 +02:00
Seong Yong-ju
59504029b1
Configure emmet-mode for typescript-tsx-mode
2019-05-31 17:57:37 +02:00
Seong Yong-ju
1e00461dd8
Organize the header file includes in C++ buffer
2019-05-31 17:34:36 +02:00
Seong Yong-ju
80ff9053a3
Add rubocopfmt to format Ruby buffers
2019-05-31 16:58:57 +02:00
Seong Yong-ju
afa3dd0870
Add LSP support for stylesheet buffers
2019-05-31 16:37:02 +02:00
Christopher Eames
39ce04ccd9
fix indent-command.
2019-05-28 18:40:20 +02:00
benbotwin
d1934f8e30
[sql] Add send line functions
...
Add wrappers forcing non-pop commands to not pop to the SQLi buffer
2019-05-28 18:06:28 +02:00
emacspace
2aa62bb5ed
documentation formatting: Tue May 28 14:41:10 UTC 2019
2019-05-28 17:43:54 +03:00
JAremko
ce4e6e355f
tag docs
2019-05-28 17:35:49 +03:00
David Parrish
0f9315e634
Add FAQ entry for using hlint with Intero backend
2019-05-28 13:04:08 +02:00
et2010
2e6e69eeff
latex layer: add company-reftex
2019-05-28 11:47:03 +02:00
Billy Kaplan
5a0ab04653
Adding Ruby LSP Backend and DAP support
2019-05-27 22:09:31 +02:00
emacspace
c7c348a676
documentation formatting: Sun May 26 20:58:52 UTC 2019
2019-05-27 01:23:35 +03:00
Ivan Yonchovski
23df5aa55e
[java] Sync java lsp backend with latest lsp-java functionality
...
- new keybinds for the new functionality
2019-05-20 20:26:14 +02:00
JAremko
5cc823cc0f
add flycheck-clojure
2019-05-18 02:17:43 +03:00
JAremko
988e6778ba
fmt docs
2019-05-15 21:10:07 +03:00
Anton-Latukha
f6660f82d4
Switch to the new layers generator
2019-05-15 21:08:21 +03:00
Anton-Latukha
2ee74f55da
layers: lang: new structure: add DSL (&markup), framework, util
...
layers: lang: mv framework -> programming/framework
layers: programming: framework: upd
2019-05-15 21:05:09 +03:00
Anton-Latukha
ba074bc908
layers: lang: new structure: general: add pure, multi-paradigm (&js)
2019-05-15 21:04:48 +03:00
syl20bnr
c471d91757
[ocaml] Sort key bindings
2019-05-12 21:57:17 -04:00
Lyman B. Gillispie
af55934995
[ocaml] Add support for dune via dune-mode.
...
Dune is a popular build-tool for OCaml projects, the `dune` package adds:
- Adds syntax highlighting
- Template insertion
- Some testing/compilation functions
2019-05-12 22:22:13 +02:00
syl20bnr
6bb459fcf1
[alda] Sort key bindings
2019-05-12 11:31:01 -04:00
syl20bnr
8c9f3f8c4f
[alda] Add image to README.org
2019-05-12 11:29:15 -04:00
syl20bnr
0d123b28db
[csharp] Change execute test key bindings to conventional ones
...
~SPC m t t~ is for test around point
~SPC m t l~ is to re-execute the last test
2019-05-12 10:09:10 -04:00
syl20bnr
6d8040f2db
Replace some if by when where appropriate
2019-05-12 10:01:05 -04:00
syl20bnr
949b194bbd
[common-lisp] Document new key bindings for evaluation
2019-05-12 09:54:39 -04:00
emacspace
7a9c455277
documentation formatting: Sun May 12 07:27:10 UTC 2019
2019-05-12 09:29:46 +02:00
duianto
5f0c40abb1
[alda] Update readme.org
...
Removed Table of Contents, the documentation bot will insert the correct TOC.
2019-05-12 09:19:30 +02:00
Andrew Hill (AstroEngiSci)
875ce4c85f
Add Alda configuration layer
2019-05-12 00:30:20 +02:00
Brandon T. Willard
289cd5ad42
Update Hy key maps and use-package
settings
...
These changes adjust the `hy-mode` key-map and make use of `use-package`'s
`:mode` and `:interpreter` settings.
Regarding key-maps, the REPL prefix `s` has been added alongside `e`, since `s`
seems at least as conventional among layers as `e`. Although `e` is used for
Elisp and Clojure, it isn't used for Python or Racket. Scheme appears to use
both, so there's some precedence for the approach used here.
2019-05-06 17:06:48 +02:00