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
Alex Palaistras
8fb3be891d
sql: Add default jump handlers for SQL layer
...
Recent versions of `dumb-jump` have support for jumping to definitions for generic SQL buffers, and
support in Spacemacs requires that we enable these in the `sql` layer.
2019-05-05 22:42:08 +02:00
JAremko
77c680160e
Add placeholder tags
2019-05-05 20:40:47 +03:00
Bet4
6c403bd004
semantic: disable idle summary when lsp is enabled
...
Solved #10477
2019-05-04 17:18:28 +02:00
Bet4
bb86989775
semantic: enable company and disable idle summary when gtags is enabled
2019-05-04 17:18:28 +02:00
JAremko
5d02b1c4bb
Add more tags
2019-05-03 03:44:19 +03:00
duianto
b26ea277fb
Add documentation to two toggles
...
Two `SPC h SPC` toggles were missing their documentation:
- Nameless
- Minibuffer System Monitor (the symon package)
Now they match the other entries by showing:
- current state
- name (this was only shown before)
- documentation
- key binding (only minibuffer-system-monitor shows a key binding)
The nameless key binding `SPC m T n` only works in emacs-lisp-mode. It's key
binding might need to be described another way.
2019-05-01 01:24:12 +02:00
Artur Juraszek
033e960c94
Keyword flycheck-ocaml with :toggle instead of using a when
2019-04-30 18:50:39 +02:00
JAremko
fbff2ca7bc
Doc fixes + some tags for testing
...
Add new LAYERS.org generator [WIP]
2019-04-28 07:03:09 +03:00
JAremko
aa7f1d7e0f
Reword changelong message in CI
2019-04-28 07:03:09 +03:00
emacspace
6f6b064c7e
documentation formatting: Sat Apr 27 00:15:28 UTC 2019
2019-04-27 02:23:35 +02:00
duianto
28571f4465
[csharp] Hide mode-line indicator: omnisharp
2019-04-27 02:07:37 +02:00
duianto
603d36c5dc
[csharp] Add SPC m t which key prefix: csharp/tests
2019-04-27 01:57:34 +02:00
Saulius Menkevičius
708aabe64c
Add more key mappings for unit test functionality in csharp layer.
2019-04-26 22:21:39 +02:00
Trapez Breen
9665670f8e
Adding format on save to javascript layer.
...
Adding formatting on save option to javascript layer, similar to typescript
layer. One small syntax error fix in typescript layer.
2019-04-25 20:26:07 +02:00
Bet4
44cd57d2e2
Remove the use of 'spacemacs|advise-commands'
2019-04-25 19:30:29 +02:00
Bernhard Schommer
31bff63404
[ocaml] Fix typo in diagnostic message.
2019-04-24 16:33:00 +02:00
emacspace
202da65b1c
documentation formatting: Sun Apr 21 20:04:25 UTC 2019
2019-04-22 23:16:20 +02:00
JAremko
23842fa77e
Simplify descriptions of layers
2019-04-21 22:09:34 +03:00
John Stevenson
831107f478
[clojure] keybinding - cider-undef - remove symbol from current ns
...
Adds `SPC m e u` to the Clojure layer to call `cider-undef`, removing an
existing definition from the current namespace.
This provides a Spacemacs style keybinding for the existing Emacs style
keybinding `C-c C-u`
2019-04-20 15:26:55 +02:00
Aaron Jensen
f977732687
emacs-lisp: Initialize flycheck-package
2019-04-18 21:46:32 +02:00
emacspace
912f69ef9d
documentation formatting: Thu Apr 18 19:16:31 UTC 2019
2019-04-18 21:39:10 +02:00
Ivan Yonchovski
e80a4fa0ab
[rust] dap layer integration
2019-04-18 21:32:32 +02:00
Thanh Vuong
9bb9038920
Move "import-js" to own layer for js based layers
...
Refactor import-js to its own layer import-js so it can be optional
used for the tree layers Javascript, React and Typescript layers.
2019-04-18 21:08:43 +02:00
smile13241324
072c01f5f5
Fix binding for "capitalize keywords" in sql-layer
...
Noticed a new warning during startup saying
that sqlup-mode is using "=c" where "=" is no
prefix key. Noticed that the entire binding
was not carried out in this case.
Therefore I have removed "=" from the binding
but left it on "c" until enough text
manipulations are available, then it should
be moved to "x text manipulation" group instead.
2019-04-18 18:58:40 +02:00
Mike Macpherson
c339656172
python: Add support for black
formatter
2019-04-18 18:34:09 +02:00
Newres Al Haider
f5cd5959b3
Add Prolog layer
2019-04-18 18:14:18 +02:00
Trapez Breen
d25b329c17
Shadow python-mode-hook during python-send-shell-*
2019-04-18 17:56:47 +02:00
emacspace
0b90e116f5
documentation formatting: Wed Apr 17 13:48:54 UTC 2019
2019-04-17 23:36:35 -04:00
Seong Yong-ju
610ecbbf70
Add godoc installation into go layer README
2019-04-17 15:37:52 +02:00
Seong Yong-ju
e48fa85d96
Add missing prefix for js2-mode
2019-04-17 15:37:15 +02:00
Trapez Breen
2206095be8
Added instruction on installing importmagic and epc.
...
Importmagic and epc isn't really optional if error messages are to be avoided.
2019-04-17 09:14:01 +02:00
trapez.breen
a8b7c0d591
Adding the same setup to typescript-tsx files as to typescript files.
...
Changed typescript major mode formating to "=".
2019-04-17 00:13:58 +02:00
Ivan Yonchovski
2129f203c4
[javascript] integration with dap layer
...
- Fixed also instructions on language server selection
2019-04-16 23:46:48 +02:00
duianto
e726a70685
Revert "Remove form-feed characters"
...
This reverts commit bd91a0b2b8
.
The form-feed characters are used in multiple places.
2019-04-16 22:35:42 +02:00
emacspace
3e97b8e8f3
documentation formatting: Mon Apr 15 20:21:30 UTC 2019
2019-04-15 22:56:31 +02:00
Ivan Yonchovski
f4264b5df1
[c++] dap layer integration
...
- in addition to that I have removed the line that removes clangd from the
server list since it is not needed in latest lsp-mode since it has smaller
priority than ccls/cquery.
2019-04-15 22:13:23 +02:00
Ivan Yonchovski
03e6bc0691
[java] init backends conditionally
...
- otherwise there are shortcut collisions
2019-04-15 21:20:32 +02:00
Ivan Yonchovski
59c4f1f283
Use dap mode layer for python debugging
...
- I had to remove the "db" keybinding manually before setting the dap bindings.
An alternative approach is to use a different binding for it.
2019-04-15 20:56:27 +02:00
Francesc Elies Henar
01bd56f120
[csv] binds SPC m h
to csv-header-line
2019-04-13 14:31:55 +02:00
emacspace
6cde1e49bc
documentation formatting: Fri Apr 12 19:31:31 UTC 2019
2019-04-12 22:02:05 +02:00
smile13241324
6a32d31da8
Fix accidental activation of flycheck-pos-tip-mode
in emacs lisp layer
...
The issue was that `flycheck-package` explicitly
activated `flycheck-pos-tip-mode` however
this package is owned by `syntax checking layer`
and should only be activated by it directly.
2019-04-12 20:31:37 +02:00
Bruno Tavares
9e2da23c12
Removes workarounds and update flycheck integration
...
This commit removes the workarounds needed on older versions of `dart-mode` library, now that many of the fixes have landed.
This commit also fixes the integration with flycheck, as there is a new function used on the `develop` branch.
2019-04-12 18:00:00 +02:00
Bruno Tavares
7841d3ba6a
Introduces Dart layer
...
This is a initial implementation of a Dart later.
A [previous implementation] has been deprecated, using a forked version of `dart-mode`.
This layer uses the [dart-mode] linked on the [Dart tools] page.
The layer works with a Flutter installation as well.
Ideally, we would be able to offer a `lsp` backend as an option to use, instead
of using the Dart Analyzer, but I'm still figuring out how to implement and
integrate this.
This layer has [some] [fixes] to make it work, and it is waiting for upstream to
take patches.
- Resolves https://github.com/syl20bnr/spacemacs/issues/8333
- Resolves https://github.com/syl20bnr/spacemacs/issues/8395
- Resolves https://github.com/syl20bnr/spacemacs/issues/10452
---
[previous implementation]: https://github.com/syl20bnr/spacemacs/pull/8406
[dart-mode]: https://github.com/bradyt/dart-mode
[Dart tools]: https://www.dartlang.org/tools
[some]: https://github.com/bradyt/dart-mode/pull/67
[fixes]: https://github.com/bradyt/dart-mode/pull/66
2019-04-12 18:00:00 +02:00
Uros Perisic
66b3a0ba01
Make spacemacs/nim-compile-run
work with current buffer file.
...
Naming the main file `main.nim` is a `C` convention, not a `Nim` convention. In
fact, `Nimble` defaults to naming the main file after the project at
initialization. I will soon add a function that parses the Nimble configuration
for project entry point and compiles that. Until then, this is a solid
compromise between flexibility and reliability. I also added a doc-string to the
function.
2019-04-11 23:13:15 +02:00
Serghei Iakovlev
6e404256e2
Update ac-php-core documentation
2019-04-11 22:51:01 +02:00
jjzmajic
8b88025ef8
Add flycheck-package' to
emacs-lip' layer for writing Emacs packages.
...
For those with MELPA on their mind. It's easier to work when packaging errors
are reported on the fly, and we don't even have `package-lint` integration for
occasional checkups yet.
It adds no unnecessary verbosity as it is only triggered by `Package-Requires`
and `Package-Version` headers.
2019-04-11 22:46:16 +02:00
Michael Peyton Jones
36be37e142
Let lsp-mode configure company
2019-04-11 13:18:42 +02:00
Michael Peyton Jones
07bec0cb62
Haskell layer: add support for lsp backend
2019-04-11 13:18:42 +02:00
Michael Peyton Jones
bd91a0b2b8
Remove form-feed characters
...
As requested in the review of
https://github.com/syl20bnr/spacemacs/pull/11550 .
2019-04-11 13:18:42 +02:00
Boris Buliga
ed41e61644
[haskell] remove emacs version toggle from dante
...
This is no longer represents the real situation as dante requires Emacs >= 25.1
2019-04-11 13:18:42 +02:00
Boris Buliga
3683c0ba23
[haskell] fix completion in literate haskell files
2019-04-11 13:18:42 +02:00
Boris Buliga
4c55d33920
[haskell] do not toggle completion backends
2019-04-11 13:18:42 +02:00
Boris Buliga
54f69e3a96
[haskell] support dynamically set backend
2019-04-11 13:18:42 +02:00
Christian E. Hopps
446299ffbd
IETF related layers and packages.
2019-04-11 00:03:40 +02:00
Magnus Therning
6184a391b4
[sql] Add SQL support to org-mode
2019-04-10 23:04:02 +02:00
Seong Yong-ju
cb75920bb7
Add missing key prefixes for java-mode, gradle-mode
2019-04-10 22:48:21 +02:00
Lukas Woell
1d77bf1046
Add eval-thing-at-point functions to Common Lisp Layer
...
Add functions equivalent to the custom eval-funtions of the elisp layer to the
common-lisp layer.
The functions are copied from the elisp layer only `eval-last-sexp' was replaced
with its slime equivalent `slime-eval-last-expression'.
Keybindings are chosen as they are in the elisp layer.
2019-04-09 23:29:09 +02:00
emacspace
584084ab2d
documentation formatting: Mon Apr 8 15:39:05 UTC 2019
2019-04-09 23:11:10 +02:00
Uros Perisic
3e827297fd
Declare all prefixes for nim
layer.
...
All prefixes for `nim-mode` were previously unnamed, and simply stated `+prefix`.
2019-04-09 22:14:30 +02:00
Martin Račák
f85acca55d
Fix post-init of parinfer in the clojure layer
...
Reverted clojure/post-init-parinfer back to a state before the refactor, which
introduced spacemacs|forall-clojure-modes. That macro deals with modes, not
hooks, therefore we can't use it for add-hook.
2019-04-08 18:17:22 +02:00
syl20bnr
1402cbc203
[javascript] remove unneeded progn
2019-04-08 11:19:18 -04:00
Seong Yong-ju
ff3d6e2ba1
Add import-js into javascript layer
2019-04-08 11:19:18 -04:00
Alexander Dalshov
b3c185daf5
c++ ccls - rename cacheDirectory cacheFormat to cache.{directory,format}
2019-04-07 19:49:24 +02:00
Ag Ibragimov
1dadfcd0e1
[clojure] Improves spacemacs-jump-handlers
...
jump handlers in clojure modes now correctly work
for: `, g g` `, g G` `gd` and `gD`
2019-04-07 18:22:51 +02:00
yuhan0
7a9a95b806
Declare purescript prefixes in purescript-mode
2019-04-07 18:07:57 +02:00
hasan356
5606f4e258
Fixes #5158
...
Backspace in tuareg-mode does not delete the character.
2019-04-07 11:04:06 +02:00
smile13241324
350dbf6373
Move go "generate" prefix declaration to "go-gen-test" init
2019-04-07 08:43:18 +02:00
Luke Worth
0eff6c1ca7
Document cabal-new-repl as a valid haskell-process-type
...
See
5b9a3e3688
2019-04-07 08:26:12 +02:00
Seong Yong-ju
09835e1ed2
[sql] Add a code formatter for sql-mode
...
Add sql layer options for sqlfmt. Add a function spacemacs/sql-format-buffer to
format the whole buffer with sqlfmt. Add a key binding for format.
2019-04-06 16:20:23 +02:00
Thanh Vuong
a01994292d
[javascript] Fix hook value to enable evil-matchit
...
hook value shoudle be js2-mode-hook instead of js2-mode
2019-04-06 09:54:01 +02:00
Seong Yong-ju
9941c60b5c
Add missing prefixes in go-mode
2019-04-05 23:21:15 +02:00
Enze Chi
21c442050a
Add go-run-args to pass command line arguments to go run
...
When executing the main function which requires command line arguments, user can
set `go-run-args` to pass command line arguments to compiled binary.
The example below demonstrates how to pass command line arguments by setting
`go-run-args` as file local variable:
package main
import (
"fmt"
"os"
"strconv"
)
func main() {
//Atoi converts a string to an int
fmt.Println("Arguments:", os.Args)
a, _ := strconv.Atoi(os.Args[1])
b, _ := strconv.Atoi(os.Args[2])
result := sum(a, b)
fmt.Printf("The sum of %d and %d is %d\n", a, b, result)
}
func sum(a, b int) int {
return a + b
}
// Local Variables:
// go-run-args: "10 5"
// End:
2019-04-05 22:59:17 +02:00
Colin Woodbury
0b2e30b115
dhall: add missing colon in README
2019-04-05 18:26:28 +02:00
Colin Woodbury
a804043540
dhall: README and logo
2019-04-05 18:26:28 +02:00
Colin Woodbury
143f136224
dhall: First pass at Dhall layer
...
Just a very simple pass-through to the underlying `dhall-mode`.
2019-04-05 18:26:28 +02:00
emacspace
18a998b675
documentation formatting: Thu Apr 4 16:29:54 UTC 2019
2019-04-04 23:19:59 +02:00
Timo Freiberg
4351063f6a
[clojure] change run-all-tests alias to run-project-tests
...
The previous docstring said that there's a bug with cider-test-run-project-tests
but it seems to work fine now
2019-04-04 16:43:59 +02:00