Lucius Hu
40c72dc437
julia: refactor
...
- Moved backend determination to `config.el`
- Replaced `pcase` form with only one-arm with `when` or `unless` form
- Replaced `(when (not foo) bar)` with `(unless foo bar)`
- Refactored function
2021-04-04 12:48:21 +02:00
syl20bnr
97cd83e169
Apply GPLv3 terms explicitly to all elisp files
2021-03-25 22:59:32 -04:00
syl20bnr
d55a9e2e67
Update header for year 2021
2021-03-25 22:59:32 -04:00
Robert O'Connor
82ba73a1c0
update copyright to 2020
2020-09-23 21:25:01 +02:00
Matt Kramer
d95d41f55b
[julia] Fix inconsistencies in backend configuration
2020-04-14 16:23:17 +02:00
Ivan Yonchovski
c3f13d0391
Removed company-lsp in favour of company-capf
...
- Also removed some cquery artifacts which accidentally ended up in this PR
instead of in https://github.com/syl20bnr/spacemacs/pull/13446
2020-04-04 08:24:44 +02:00
duianto
e863b6251e
[julia] Limit evil-surround redefinitions to julia-mode
...
problem: The julia layer redefines evil-surround `b` globally to:
begin <x> end
solution: Limit the redefinition to julia-mode buffers.
2019-12-03 22:16:17 +00:00
Guido Kraemer
4e57ebe42b
[julia] Load lsp-julia from melpa, etc.
...
Loaded lsp-julia from melpa
And fixed #12852
spacemacs/go-setup-backend was incorrectly added to the hook:
julia-mode-local-vars-hook
The correct function is now added: spacemacs/julia-setup-lsp
correct a tick
2019-10-24 20:36:01 +02:00
syl20bnr
ac30247811
[lsp] When used, make LSP the default backend for all supported lang
...
* Added a new function to each language to select the backend
* Use these new functions in all `pcase`.
2019-09-30 00:49:44 -04:00
smile13241324
c1e98e5a36
Make julia layer declare lsp layer as dependency if enabled
2019-09-10 23:00:34 +02:00
Guido Kraemer
22f51cf70a
Update julia-layer
2019-09-10 22:35:18 +02:00
Guido Kraemer
2026b0e9e3
make julia layer work with new lsp-mode
2019-01-15 00:24:21 +02:00
gdkrmr
71bea49e48
add key bindings julia layer evil-surround
2018-08-16 23:55:27 +01:00
Adam Beckmeyer
42f9ad4290
Add dedicated julia layer
2018-08-11 09:16:15 +01:00