CeleritasCelery
fef3187337
fixed window-live issue
2020-05-11 14:49:18 +02:00
CeleritasCelery
1c47f3e8f4
Make pop-shell layout local
2020-05-11 14:49:18 +02:00
CeleritasCelery
6fa6b66b75
Add functions to make variables layout local
2020-05-11 14:49:02 +02:00
Maximilian Wolff
c7ed2fc597
[helm] Provide fuzzy matching for Helm-M-x
...
Following the advice from duianto #13100 we are
setting completion-styles for helm-M-x to include
the emacs version specific fuzzy strategy as last
resort.
Before no fuzzy matching occured within command
searches.
2020-05-11 12:36:56 +02:00
lawr
f9ffb8dc94
Avoid unnecessary packages installation of tern layer
...
Fixes #13530
2020-05-11 09:42:13 +02:00
Shunya Ishii
c54de3caa4
[clojure] Change leader key to fix warning
...
Fix this warning when reloading spacemacs configuration:
```
Error (use-package): cider/:init: Key sequence e p ; starts with non-prefix key e p
```
2020-05-11 09:39:15 +02:00
duianto
4e2ce45aa4
[version-control] Bind SPC g v I (vc-ignore) on startup
2020-05-10 21:18:35 +02:00
emacspace
7dd2091738
documentation formatting: Fri May 8 22:03:52 UTC 2020
2020-05-09 00:11:48 +02:00
Cormac Cannon
097a1fc42d
Added keybinding to focus the imenu-list sidebar, creating if necessary.
...
Bound under ~spc b i~.
Moved existing toggle binding under UI toggle prefix: ~spc T i~
Bindings now using spacebind macro.
2020-05-09 00:08:33 +02:00
Maximilian Wolff
da49d58882
[wakatime] Make doc clearly state not to store your api key in the layer config
2020-05-08 23:58:28 +02:00
John Cooper
440691301e
[wakatime] readme, note api key in bug reports
...
In the Wakatime layer add a line to the readme to highlight the fact that having the api key in the main layer config will submit it as part of a bug report. There is probably a better way to achieve this but at least this highlights it for now.
2020-05-08 23:41:22 +02:00
Thanh Vuong
c866f61fdb
[javascript] proper hook setting for js-doc
...
move stray execution in fn into package init
2020-05-08 23:27:20 +02:00
刘冲
aaaf1c89a2
Update README.org of clojure layer to remove redundant linting via...
2020-05-08 23:18:03 +02:00
Mariusz Klochowicz
2349e23fb5
[org] Enable org-habit module.
...
This org-module is not mentioned in org.el. Enabling it fixes habit consistency
graph view in org-agenda.
2020-05-08 23:06:03 +02:00
Ivan Yonchovski
25e9635402
[fasd] Use helm-fasd in fasd layer when helm is present
...
- Underestimated but very handy package.
2020-05-08 22:59:36 +02:00
Xiang Ji
ae2efb50e0
[ruby] Add instruction on disabling the automatic insertion of encoding comment
2020-05-08 22:55:29 +02:00
Hideaki Kawai
d96ff261f1
[idris] Add to spacemacs-indent-sensitive-modes
2020-05-08 22:34:53 +02:00
duianto
57b1ae7880
[version-control] Load SPC g v keys on startup
2020-05-08 22:27:11 +02:00
Thanh Vuong
ce6f35505a
[org-mode] [verb] fix binding crashing C-h k
...
for verb-response-headers-mode It's a major mode not a minor one.
lazy loading verb-response-body-mode
Without this change `C-h k` will crash throwing verb-response-headers-mode
variable is void.
2020-05-08 22:22:29 +02:00
pancho horrillo
9acafc345a
[major modes]: Add keybinding for pkgbuild-update-srcinfo
...
The function pkgbuild-update-srcinfo was just added¹ to pkgbuild-mode,
and allows to easily produce a .SRCINFO file for a given PKGBUILD,
which is a required¹ element of an AUR package.
¹: https://github.com/juergenhoetzel/pkgbuild-mode/pull/18
²: https://wiki.archlinux.org/index.php/.SRCINFO
2020-05-08 22:16:37 +02:00
emacspace
d0f5477c32
documentation formatting: Wed May 6 22:11:32 UTC 2020
2020-05-07 01:52:26 +03:00
duianto
106823bd93
[php][doc] Update readme
...
Wrap code snippets in source blocks.
Fix spelling.
Wrap lines at 80 chars.
2020-05-07 00:02:44 +02:00
emacspace
42c24bd73c
documentation formatting: Wed May 6 21:12:48 UTC 2020
2020-05-06 23:21:46 +02:00
Xing GUO
d4221c3aa6
[Debug][Doc] Fix broken link in documentation.
2020-05-06 23:10:34 +02:00
Ivan Yonchovski
a3ea02d6bd
[lsp][dart] Fix dart layer
...
- lsp-dart was moved into separate package so it has to be requred separatelly.
2020-05-06 23:01:18 +02:00
duianto
230ea2279f
[treemacs] load treemacs-icons-dired-mode earlier
...
Opening a dired buffer from the Treemacs buffer,
right after starting Spacemacs, shows the error message:
>treemacs-icons-dired--display: Wrong type argument: char-or-string-p, nil
Loading `treemacs-icons-dired-mode` from the `dired-load-hook`,
instead of from the `dired-mode-hook`, seems to fix it.
The `dired-load-hook` docstring says:
>Run after loading Dired.
The `dired-mode-hook` docstring says:
>Run at the very end of ‘dired-mode’.
2020-05-06 20:13:59 +02:00
Daniel Nicolai
1f6e39ea8a
[pdf] Add pdf-mode keybindings to scroll through history
2020-04-21 20:50:21 +02:00
Ivan Yonchovski
b227a68c7b
[emacs-lisp] Added emr integration
...
- I have used the shortcuts from the clojure layer
- see https://github.com/Wilfred/emacs-refactor
2020-04-20 19:30:22 +02:00
Alexander Konotop
2c2cfe6f92
Added dap inialization for php layer. Updated a manual respectively.
2020-04-20 19:27:13 +02:00
Ivan Yonchovski
e5f4db6ebe
[dap] Add dap-ui-controls-mode integration for dap layer
2020-04-20 19:16:19 +02:00
emacspace
ee025391f7
documentation formatting: Sat Apr 18 19:32:59 UTC 2020
2020-04-20 19:14:41 +02:00
Maximilian Wolff
5f12569954
Move conda and ipython-notebook layer from +lang to +tools category
...
Also adjusted the tags to match the folders the layers
are in. I have also updated the binding for imenu mentioned
in protobuf layer and adapted the kubernetes tags to register
as tool instead of as os.
2020-04-18 21:28:14 +02:00
Maximilian Wolff
d36db7920f
[ranger] Make layer not use two different application level bindings
...
Ranger did register two application layer level bindings to call ranger
or deer. This has now been moved to its own application level binding
spc a r.
2020-04-18 20:57:17 +02:00
Maximilian Wolff
5e037c8890
[core] Move easy pg bindings from SPC a e to SPC a Y
...
The global bindings for easy pg clash with the evernote layer.
Therefore I have moved it to SPC a Y instead.
2020-04-18 00:51:41 +02:00
Maximilian Wolff
7a7c892dde
[geolocation] Make layer not longer use two global bindings
...
This layer was using two global bindings SPC a w and SPC a W.
As the available keybindings in that sub-menu are dwindling
I have moved the bindings to SPC a w w and SPC a w W instead.
2020-04-18 00:43:13 +02:00
Maximilian Wolff
acdd37def1
[pass] Move global bindings to SPC a a instead of SPC A p
...
Also make layer work properly in non evil mode by using
spacemacs macros instead of evil primitives.
2020-04-18 00:29:58 +02:00
Maximilian Wolff
81c99a6ea3
Revert "[rcirc] Move binding from SPC a i to SPC a I to avoid key conflicts"
...
This reverts commit 0ed30eb4bf
.
The change was not really necessary both are using different
sublevel bindings.
2020-04-18 00:09:07 +02:00
Maximilian Wolff
0ed30eb4bf
[rcirc] Move binding from SPC a i to SPC a I to avoid key conflicts
...
Rcirc layer was using the same global bindings as erc layer.
To avoid key conflicts this moves rcirc to SPC a I instead.
2020-04-18 00:03:28 +02:00
Maximilian Wolff
87ba29760a
[dash] Fix wrong keybindings in README
2020-04-17 23:43:42 +02:00
Mike Holm
23133adbe2
add js log key bindings to react layer
2020-04-16 23:47:18 +02:00
emacspace
d6ad9ec120
documentation formatting: Thu Apr 16 21:34:10 UTC 2020
2020-04-16 23:41:56 +02:00
Hans Jang
39f774f70b
[Python] Reflect upstream pytest update to python-test-last
...
This is a squash commit, it contains:
* Reflect upstream pytest update to python-test-last
* Update CHANGELOG.develop
2020-04-16 23:37:25 +02:00
Simon Sellar
cf9cd69cf8
Update installation command for Vue language server in Vue Layer
2020-04-16 23:31:50 +02:00
Xiang Ji
9a7eb76101
[vue] Update package name for vue-language-server
2020-04-16 23:28:22 +02:00
Hans Jang
397b21e4f1
Replace close-compilation-window with show-hide-compilation-window
2020-04-16 23:22:24 +02:00
Didier A
b5eea24926
Modified Clojure layer's major leader binding sl to be smarter and find the associated repl when in a non cider repl buffer and clear it, instead of throwing an exception, which is what it currently did.
2020-04-16 23:06:37 +02:00
Maximilian Wolff
c191f06235
[dash] Move bindings from SPC d to SPC a z to avoid key conflicts
...
Debug bindings are now added to the global binding of SPC d therefore
dash had to move to the standard application bindings.
2020-04-16 21:55:37 +02:00
Ivan Yonchovski
fb870e84a5
[defaults] Added shortcut to switch to last compilation buffer
2020-04-16 21:54:53 +02:00
Ivan Yonchovski
6fbcef0648
[lsp] Use lsp-ivy when ivy layer is present
2020-04-16 21:53:31 +02:00
Ivan Yonchovski
8fe8f76cd6
[dap] Provide global keybindings for dap-mode
...
- added the same bindings you normally have under `SPC m d` under `SPC d`
similar to what Debug layer does. Most of the dap-bindings are not content
sensitive(e. g. rerun last debug session) and it doesn't make sense to restrict
them only to particular major modes.
- Moved `spacemacs/browse-docs-online-at-point` from `SPC d b` to `SPC h b d` to
avoid collisions.
2020-04-16 21:52:18 +02:00