Commit graph

12027 commits

Author SHA1 Message Date
JAremko
a2e1c2de2e [ci] clean-up 2021-07-05 16:22:39 -07:00
JAremko
88cfc4bc67 [ci] fix ws in patches and use git apply 2021-07-05 15:47:43 -07:00
JAremko
6f8d6d5b3a [ci] Don't mask push outputs (CircleCI masks secrets anyway) 2021-07-05 15:09:53 -07:00
JAremko
34f739649c [ci] fix patch name 2021-07-05 14:36:20 -07:00
JAremko
c089959754 [doc] Flatten headlines that are too deep 2021-07-05 14:30:55 -07:00
JAremko
18f6486246 [doc] Fix exwm README.org 2021-07-05 14:30:55 -07:00
JAremko
aa4547086d [CI] Move documentation formatting to CircleCI 2021-07-05 14:30:55 -07:00
Ryan Prior
be74dd786f
Adds function to run default shell in project root, with leader keys SPC p $ (#14856)
By using `projectile-acquire-root`, we will prompt the user for a project when
they call `spacemacs/projectile-pop-shell` outside a project directory.
2021-07-04 07:02:19 +00:00
duianto
9159393f9c
Fix exit keyword in symbol-highlight TS (#14890) 2021-07-03 16:59:23 +00:00
JAremko
63f5bc7bb9 [ci] clean-up 2021-07-03 06:49:56 -07:00
SpacemacsBot
db2e6d2be4 Built-in files auto-update: Sat Jul 3 00:04:31 UTC 2021 2021-07-02 19:53:46 -07:00
SpacemacsBot
7f743c907a Built-in files auto-update: Fri Jul 2 18:04:36 UTC 2021 2021-07-02 13:59:05 -07:00
Eugene Yaremenko
2dafdb090b
[ci] set bot repo via env var 2021-07-02 08:29:43 -07:00
Eugene Yaremenko
7882913ee2
[ci] fix typo
Also move token export to the final stage
2021-07-02 01:22:56 -07:00
Eugene Yaremenko
6bd25d2abc
Fix typo 2021-07-02 01:07:31 -07:00
Eugene Yaremenko
67ba9ce3ed
[ci] Fix hub path 2021-07-01 21:57:34 -07:00
Eugene Yaremenko
736b1d98ae [ci] Reorder steps in CircleCI for built-in upd 2021-07-01 16:41:22 -07:00
JAremko
b642059a9b [ci] add init script for bot 2021-07-01 16:53:01 +03:00
JAremko
2189689eae [ci] move bot init into separate file 2021-07-01 13:32:54 +03:00
JAremko
85778b6383 [ci] Fix CircleCI stuff 2021-07-01 03:34:50 +03:00
Eugene Yaremenko
c59d670d50
fix built_in_manifes path 2021-06-30 22:47:20 +03:00
JAremko
1b662ef958 [CI] Run core, base and layer tests in the same instance 2021-06-30 20:43:10 +03:00
JAremko
40ea399d8e [CI] move built-in auto update to CircleCI 2021-06-30 20:43:10 +03:00
Arif Er
728c0ffb48
[Readme] Fix link (#14877)
Fix dead link. Addresses #14860.
2021-06-29 20:42:12 +00:00
Lucius Hu
64fed6f7da
core-dotspacemacs: Fixes typo
Reported here https://github.com/syl20bnr/spacemacs/issues/14875
2021-06-26 07:01:48 +00:00
duianto
cf21402c5c Revert "Fix which-key entries: gr and gs in dired and magit"
This reverts commit ec57b21a92.

A which-key change caused issues with this fix.
And the fix doesn't seem to be needed anymore.

The correct which-key entries appear without the fix.
2021-06-23 17:33:36 +02:00
Daniel Nicolai
443311c8f1
Small fix: unquote keymap symbols in scheme layer (#14866) 2021-06-22 15:29:02 +00:00
Arif Er
b0ef47a885
[org] Fix org-habit (#14838) 2021-06-19 17:47:42 +00:00
Maximilian Wolff
ab6b165e96
[dotnet] Change bindings to be based on p for project
as d is reserved for debuger integrations. Also make
sure that dotnet bindings are set for fsharp and csharp.
Fixes #14606
2021-06-16 22:47:11 +02:00
Maximilian Wolff
4039ad5852
[dune] Remove obsolete auto-mode-alist declaration
as the package is taking care of this already.
Fixes #14650
2021-06-16 22:13:09 +02:00
Arif Er
9bde46ee57
[python] Fix keybinding in README (#14851) 2021-06-16 16:14:01 +00:00
Arif Er
2fd3eb3edb
[transmission] Add new keybindings (#14819)
This commit adds 3 sets of keybindings and organises the keybindings so that it
can be read easier. The README file is also organised and cleaned up to be read
easier.

1. Marking and labelling

   Add a new keybinding to mark torrents and another to set the labels at point
   or for marked torrents.

2. Queueing

   Keybindings to manage how the queueing of torrents are added using the
   uppercase vim movement keys. A keybinding to logically sort by columns is
   also added.

3. Turtle mode

   A new keybinding while in `transmission-mode` toggles the
   `transmission-turtle-mode` minor mode. When it is active, a new set of 3
   keybindings will be active to change the settings of the minor mode.

Although there is a keybinding for `transmission-remove` in `transmission-mode`,
a new keybinding for `transmission-delete` is also added. This is done since
`transmission-remove` merely removes the torrent from Transmission but does not
delete the file(s).

The rest of the changes are reflected in `CHANGELOG.develop`.
2021-06-10 18:30:31 +00:00
Alex Kapranoff
58168158d2
Replace flycheck-perl6 with flycheck-raku (#14818) 2021-06-10 06:38:51 +00:00
Maximilian Wolff
af193f769f
[git] Update instructions for global-git-commit-mode 2021-06-09 11:38:15 +02:00
casswedson
120ce6959d
Fix some typos (#14832) 2021-06-06 23:43:22 +00:00
Maximilian Wolff
500e58341c
Defer loading of lsp servers up to when the buffer is visible 2021-06-06 22:26:31 +02:00
Alexander Konotop
12c4d510ff Update php dap debugging doc to cover xdebug v3 and docker debug host issues. 2021-06-06 21:46:30 +02:00
Aaron L. Zeng
70ec22703a [nix] Add key binding for nix-format-buffer 2021-06-06 21:44:34 +02:00
Arif Er
51142a23ad
[doc] Fix broken link (#14828) 2021-06-05 16:28:48 +00:00
Lucius Hu
f0cadad38f
fixup fixup fixup #14715 (#14827)
funcs.el is loaded after packages.el so `spacemacs//support-evilified-buffer-p` is undefined at this point.

moved it inside the `defun` block and it should work.
2021-06-05 15:16:43 +00:00
Moritz
95b683c0a5
Fixed bugs and refactor in new EXWM layer
Co-authored-by: Lucius Hu <lebensterben@users.noreply.github.com>

Closes #14802
2021-06-05 15:02:57 +00:00
Lucius Hu
d262103b5e
fixup! fixup! #14715 2021-06-05 09:53:23 -04:00
Lucius Hu
1d07f56aed
fixup #14715 (#14826) 2021-06-05 10:08:14 +00:00
Lucius Hu
53027df26a
exwm: fix missing kwarg 2021-06-05 06:04:02 +00:00
Lyall Cooper
5cd56a4668
Only load evil-collection in vim or hybrid mode (#14825)
As described in #9169, when using the emacs editing style the comment inserted at the bottom of a git rebase shows the incorrect key bindings. This is apparently due to `evil-collection` (changing the `git-rebase-mode-hook`)[3ed92cadda/modes/magit/evil-collection-magit.el (L523-L524)].

We can fix the issue by only loading `evil-collection` if we're using an evil-style editing mode.

Closes #9169
2021-06-05 03:44:32 +00:00
Markus Bertheau
eda7e19370
Don't fail hard when trying to delete a non-existing package (#14821) 2021-06-04 03:57:26 +00:00
Markus Bertheau
8c8fc6463c
Use local copy of old devdocs for emacs < 27.1 (#14823) 2021-06-03 08:01:05 +00:00
Armin Friedl
9630472187
racket: Function-quote company-mode-hook function (#14824) 2021-06-03 08:00:27 +00:00
Sylvain Benner
1ce4a7fd66 [CI] Test disabled TravisCI webhook 2021-06-01 23:33:30 -04:00
Sylvain Benner
f5a777b861 [CI] Test disabled DockerCI autobuild 2021-06-01 23:25:53 -04:00