Commit Graph

12039 Commits

Author SHA1 Message Date
Tristan Hume 820d9fb955 Finish up fixing symbol highlighting
Fixed an issue where ahs-mode was being enabled before the check for it
already being enabled.

Switched the toggle to be based on the mode instead of the timer hack.
2021-07-08 07:00:31 +02:00
duianto 1069e37a98 Fix symbol highlighting
problems:
- Symbol highlighting is enabled on startup.
- The highlight isn't cleared when closing the
Symbol Highlight Transient State
- The `SPC t h a` symbol highlight toggle,
only shows a disabled message,
but the highlighting remains enabled.

cause:
Changes in the upstream package: auto-highlight-symbol
2021-07-08 07:00:31 +02:00
SpacemacsBot d818e11529 [bot] "built_in_updates" Wed Jul 7 12:41:15 UTC 2021 2021-07-07 05:43:41 -07:00
SpacemacsBot a082ade23b [bot] "documentation_updates" Wed Jul 7 12:41:59 UTC 2021 2021-07-07 05:43:08 -07:00
JAremko 7c7843d121 [ci] fix patching 2021-07-07 05:40:23 -07:00
JAremko 04bddbb5b9 [ci] cleanup 2021-07-07 05:40:23 -07:00
JAremko daf108cb1b [ci] fix layers.org gen 2021-07-07 03:31:35 -07:00
SpacemacsBot b992ad29bb [bot] "spacemacs_built_in" Tue Jul 6 16:12:28 UTC 2021 2021-07-06 09:20:39 -07:00
JAremko f15e95e1f1 [ci] Also update built-in on branch push 2021-07-06 09:11:40 -07:00
JAremko 968713e749 [ci] refactor 2021-07-06 09:11:40 -07:00
JAremko d78d8282f5 [ci] Handle the case when everything is up to date 2021-07-05 16:47:38 -07:00
SpacemacsBot 284f56a397 [bot] "spacemacs_fix_org" Mon Jul 5 23:23:52 UTC 2021 2021-07-05 16:24:48 -07:00
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