Commit Graph

12535 Commits

Author SHA1 Message Date
Roberto Previdi bbbea08db2
add binding for all the awesome tide refactorings (#15836)
* add binding for all the awesome tide refactorings

I just discovered that with tide and tsserver we have access to many more refactorings than simple rename, like extract constant/function, convert lambda to function, just to name a couple... Let's add a keybinding so everybody can use them easily!

* Update CHANGELOG
2022-12-01 23:25:22 +01:00
SpacemacsBot be9b1c89bc [bot] "built_in_updates" Sat Nov 26 08:34:54 UTC 2022 2022-11-26 09:35:02 +01:00
SpacemacsBot f31f655fc7 [bot] "documentation_updates" Sat Nov 26 06:13:27 UTC 2022 2022-11-26 09:34:04 +01:00
G Derber 7881e45768
Create layer 'apache' (#15812)
* Create layer 'apache'

* Replace 'nginx' with 'apache'
2022-11-26 07:12:29 +01:00
Anuj deae8d59e1 Defines "B" key bind for ebib to allow direct import from a doi
This uses ebib's integration with biblio to work. The current
code already configures the "e" key bind.

https://joostkremers.github.io/ebib/ebib-manual.html#integration-with-the-biblio-package
2022-11-26 07:10:39 +01:00
Jonas Jelten 32b35b6325 [doc] remove user tracking with google analytics 2022-11-26 07:09:05 +01:00
Lin Sun 913962b3ed layers/+tools/shell: vterm depends on emacs module 2022-11-19 09:00:06 +01:00
Anuj 5b3089fbba Deletes uses of org-agenda-filter-by-tag-refine, as Org 9.0 removed it
The Org Mode 9.0 release removed the org-agenda-filter-by-tag-refine
and recommends the use of org-agenda-filter-by-tag in it's place. This
commit removes all uses of the function and the mentions of it in the
documentation. The same functionality can be achieved by using the typing
prefix C-u twice and then using org-agenda-filter-by-tag ("ft") as the
Org Mode documentation states.

Relevant Links:
- https://orgmode.org/worg/org-release-notes.html#org268651e
- https://orgmode.org/org.html#Filtering_002flimiting-agenda-items
2022-11-18 20:08:56 +01:00
Elliott Shugerman 6f34ec4de9 Fix evil bindings in ediff 2022-11-18 20:07:33 +01:00
SpacemacsBot 85a386632a [bot] "built_in_updates" Wed Nov 16 15:46:08 UTC 2022 2022-11-16 16:47:13 +01:00
Aaron Zeng 2f190e5ae7
[finance] Fix up evil-ledger mode initialization (#15816)
* [finance] Fix incorrectly-defined hook

This was preventing evil-ledger from being automatically loaded.

* [finance] Don't show evil-ledger-mode lighter in mode line
2022-11-16 16:46:36 +01:00
Muneeb Shaikh 266b5b6379 [themes-megapack] fix farmhouse-theme package name and its references
`farmhouse-theme` has been renamed to `farmhouse-themes`.
Source: 0dafbc9c4b
2022-11-16 16:45:26 +01:00
Muneeb Shaikh 04af272b39 [themes-megapack] remove obsolete darkburn-theme
`darkburn-theme` has been removed from melpa.
Source: 53be06ccc5
2022-11-16 16:45:02 +01:00
Lin Sun 57a7a0e63c * layers/+spacemacs/spacemacs-editing: use the string-edit-at-point-mode 2022-11-13 07:22:51 +01:00
SpacemacsBot 69fbbeee1c [bot] "documentation_updates" Sat Nov 12 22:59:16 UTC 2022 2022-11-13 00:01:28 +01:00
SpacemacsBot 2a56871ba4 [bot] "built_in_updates" Sat Nov 12 22:52:15 UTC 2022 2022-11-12 23:58:28 +01:00
pataquets 906bcf0ec9 [project] Add `SPC p E` for newly added `projectile-find-references` (closes #15789) 2022-11-12 23:51:54 +01:00
Ivan Yonchovski 90fb81382a Use string-edit-at-point instead of string-edit
- apparently this package was renamed at some point:

https://melpa.org/#/string-edit-at-point
2022-11-12 23:50:30 +01:00
Aaron L. Zeng 03c9139ade [finance] Evilify ledger-reconcile-mode-map
Remove the redundant key bindings for
`ledger-reconcile-{add,quit,change-target}`, which are already bound
to reasonable keys in `ledger-reconcile-mode-map`.

Leave `ledger-reconcile-toggle` key binding intact but recommend `SPC`
instead of `, ,` to toggle the pending flag.

Leave `ledger-reconcile-finish` key binding intact, because the
upstream key binding is `C-c C-c`---not particularly idiomatic for
Spacemacs.
2022-11-12 23:49:12 +01:00
Kazark 52da38e71d [org] keybindings for managing org agenda files
Modeled after the builtin style, which is fairly mnemonic already.
2022-11-12 23:44:16 +01:00
Lin Sun 77dfcb2149 * spacemacs-editing: expect the vterm-mode for the hungry-delete 2022-11-12 23:43:28 +01:00
Lin Sun ab5911fabd * spacemacs-defaults: fix err msg when copy file path in a dired buffer 2022-11-12 23:39:18 +01:00
potzopotzo df39c561bb Reporting.tmp: added github account is needed note 2022-11-12 23:36:03 +01:00
xu-shawn 44884003aa
Remove evil-ediff (#15801)
* Remove nonexistent package evil-ediff

* Remove nonexistent package evil-ediff
2022-11-12 23:34:55 +01:00
Maxi Wolff 0acf65c4c5
Add missing description of projectile-install-project 2022-11-01 20:39:39 +01:00
Mattijs Korpershoek 24114c3b06 layers/+spacemacs: project: add projectile-install binding
we already have:
* projectile-compile-project (SPC p c)
* projectile-test-project (SPC p T)

Add projectile-install-project, bound to SPC p i

Signed-off-by: Mattijs Korpershoek <mattijs.korpershoek@gmail.com>
2022-11-01 20:35:08 +01:00
Andreas Sahlbach 5cb690b387 fix: https://github.com/syl20bnr/spacemacs/issues/15699 2022-11-01 16:52:36 +01:00
Lin Sun 089d513fec core/core-release-management: load "core/core-load-paths" without suffix 2022-11-01 16:50:08 +01:00
Lin Sun e3895f2168 core/core-spacemacs-buffer.el: fix error for using `set' on a lexical varaible 2022-11-01 16:49:21 +01:00
Joshua Wood 9541a8e0a8 Add support for background transparency toggling.
Since Emacs 29, frame background transparency is supported. Default keybindings
for background transparency toggling and transient state are added near
transparency toggling with key bindings bound to the keys `SPC T B`.
2022-11-01 16:48:02 +01:00
Maxi Wolff cdf5045cd8
Switch to maintained fork of evil-escape
this includes most of the non merged PRs
from the original repo. Right now it is
pulled from Github directly as the
original package is still unmaintained
and may be removed from melpa again.

If the package is already installed
the old package must be removed from
your elpa directory manually to
trigger the reinstallation.
2022-10-19 23:49:56 +02:00
SpacemacsBot 323a738967 [bot] "documentation_updates" Wed Oct 19 20:20:14 UTC 2022 2022-10-19 22:23:01 +02:00
Lin Sun 7ec7d843e0 layers/*: remove quote inside the cl-case clauses 2022-10-19 22:19:25 +02:00
Steven Lin b8882d0741 Fix problem with smartparens when expanding nested snippets 2022-10-19 22:13:26 +02:00
Ralph Landon c821b660c3 Add `shell-scripts-shfmt-args` variable
This adds a variable to the `shell-scripts` layer to allow passing
arguments through to the `shfmt` package.
2022-10-19 21:42:43 +02:00
rommeswi b9a52ccad3
Create visual selection from transient paste (#15745)
* create visual selection from transient paste

Improve "Pasting Transient State" by adding a shortcut C-v to generate a visual selection from pasted test.

* Remove unnecessary lambda expression
2022-10-19 20:49:08 +02:00
rommeswi 13c5f04dc0
Added check that *scratch* buffer exists (#15742)
Fixed that setting the dotspacemacs-scratch-mode can break if no scratch buffer exists.
2022-10-19 20:44:05 +02:00
Joshua Wood 33743922eb Add support for multi-vterm 2022-10-19 20:35:27 +02:00
Lin Sun b5e75bc65f layers/+filetree/treemacs: fix the document for key bindings 2022-10-19 20:34:56 +02:00
Lin Sun 95c66b9010 layers/+completion/helm: use default helm fuzzy function, not depend on the helm-flx 2022-10-19 20:16:17 +02:00
Lin Sun ce0878c353 layers/+spacemacs/spacemacs-editing: mark the string-edit to be :defer 2022-10-18 17:32:02 +02:00
Lin Sun 9305824171 core/core-configuration-layer: avoid loading the dependence layers
multiple times in (configuration-layer/declare-layer-dependencies)
2022-10-18 17:31:20 +02:00
Lin Sun d2ca781a8d spacemacs-modeline: do not dependent on the neotree 2022-10-18 17:26:50 +02:00
Daniel Nicolai 264a8ffc20
refactor: improve pdf-tools selection (PR #15740) (#15762) 2022-10-05 21:45:40 +00:00
SpacemacsBot 2ad413c8e1
[bot] "built_in_updates" Wed Oct 5 18:21:45 UTC 2022 (#15761) 2022-10-05 19:38:49 +00:00
Irsyad Asyhari Lubis fe01603df9
feat: add consult-imenu for Java LSP (#15758) 2022-10-05 18:21:01 +00:00
Alex 4688cd7dce build: harden elisp_test.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-26 16:41:26 +02:00
Alex fb71615810 build: harden stale.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-26 16:41:26 +02:00
Alex 591c036dc5 build: harden rebase.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-26 16:41:26 +02:00
Rodrigo Kassick 58c56f8066 fix: fix code-cells-mode setup to avoid undefined symbol errors on define-key
Commit 54f12b66f correctly moved code-cells setup to use-package's :init to
ensure that python-mode had a hook for code-cells-mode -- otherwise, code-cells
would never be loaded automatically with python major mode.

A side-effect of this change was that now there was a minor mode keymap for
`code-cells-mode` , which may not have been loaded unless emacs has already
opened a python file.

When calling `describe-key` , the function `help--binding-locus` would iterate
over `minor-mode-map-alist` and, when it reached the entry for code-cells-mode,
a call to `(symbol-value 'code-cells-mode)` would fail with a `void-variable`
error. Despite `code-cells-mode` being an auto-loadeable symbol, `symbol-balue` would not trigger the autoload.

The solution (as pointed by @sunlin7) was to call `add-hook` on `:init` and
`spacemacs/set-leader-keys-for-minor-mode` on `:config`
2022-09-23 15:26:58 +02:00