Commit Graph

6376 Commits

Author SHA1 Message Date
Robby O'Connor 5b8a25a6b7
Docker and Kubernetes layers fixes (#15906) 2023-01-30 15:41:39 -05:00
Derek 2c54914370
layers/+lang/python/funcs.el: Fix typo in flag (#15905) 2023-01-26 04:03:47 -05:00
Codruț Constantin Gușoi 50825419ab
Remove the docker tramp obsolete warning (#15899) 2023-01-22 11:49:31 -05:00
woolion 7e8524086c org-layer: Update to org 9.6.1, fixing broken install
This integrates the patch that fix default install:
https://list.orgmode.org/87bkonzisl.fsf@gnu.org/T/#u

In particular fixes the error:
(invalid-function org-assert-version)
2023-01-18 05:53:21 +01:00
Tim Ruffing 9e3fc598ad
Don't set :foreground/background to nil to avoid font warnings in emacs29 (#15877)
Fixes https://github.com/syl20bnr/spacemacs/issues/15862
2023-01-13 06:28:55 +00:00
SpacemacsBot 50e5a704b5
[bot] "built_in_updates" Thu Jan 12 16:51:33 UTC 2023 (#15890) 2023-01-12 13:22:34 -05:00
mosquito-magnet 8f4df83162
Fix paradox-list-package key not being bound on init (#15888) 2023-01-12 11:50:46 -05:00
JunghanKim fb3b566164
fix(clojure): typo clojure/post-init-company function (cide -> cider) (#15886)
cide-clojure-interaction-mode -> cider-clojure-interaction-mode
2023-01-10 09:33:35 -05:00
lin.sun d10056b2d1
fix(python/autoflake): deal with non-zero exit, and better docs
Co-authored-by: Lucius Hu <lebensterben@users.noreply.github.com>
2023-01-09 22:33:42 -05:00
lawrsp 43d76ebe42
fix(typescript) fix ts init process with .tsx files (#15885)
fixes https://github.com/syl20bnr/spacemacs/issues/15217
fixes https://github.com/syl20bnr/spacemacs/issues/15412
2023-01-09 23:14:49 +00:00
lin.sun 84d649ac2e
Defer to load the input-method and clang-format packages (#15878) 2023-01-07 00:21:21 +00:00
Rodrigo Kassick 290d873f91
fix: helm-display-header-line must be set when helm-echo-input-in-header-line is t (#15876)
helm-echo-input-in-header-line and helm-display-header-line must be both set.
https://github.com/emacs-helm/helm/issues/2579#issuecomment-1373158505

Updated docstring makes this clear in helm documentation:
4e39df9ee0
2023-01-06 17:13:55 +00:00
Lucius Hu c22d3d174f
fix(haskell): missing haskell-debug-mode-map (#15868)
fixes https://github.com/syl20bnr/spacemacs/issues/15866
2023-01-04 19:05:46 +00:00
Maxi Wolff e71a68633b [core] Hotfix org version mismatch during startup
this is caused by the home buffer loading build-in
org which conflicts with elpa org.

We actually want to use elpa org exclusively so we have
to make sure to redraw the spacemacs buffer only
after we have finished loading the layers.

In addition latest org version 9.6 and the behaviour
on emacs 29 has also changed so that org is autoloaded
much earlier than before. This is what actually did
make this bug show up.

However this behaviour was in place since a long time
and could be the cause for a lot of unreproducible
bugs as the actual conflicts are dependent on the
distribution specific emacs version.

Known issues:
This is a hotfix it solves the original issue but
introduces a new, hopefully less dangerous issue,
this is for now the start buffer is not configurable.

I will add a follow up PR to remove this issue however
I think this is far less annoying than a set of random
conflicts caused by loading elisp files from different org
sources.
2023-01-03 08:01:48 +01:00
Elliott Shugerman 2462c05528 [tree-sitter] use global ts-fold modes
This is possible now since https://github.com/emacs-tree-sitter/ts-fold/issues/3
has been resolved.
2023-01-01 15:09:00 +01:00
Daniel Nicolai f9efd1bdf7 org-layer: Update to org version 9.6 2023-01-01 15:08:13 +01:00
Maxi Wolff 445e0d40eb [vue] Make vue lsp integration adhere to current standards
this includes requiring the lsp layer if not
already loaded and not changing settings
controlled by auto complete layer.

In addition diagnostics from lsp servers will
not longer be ignored if not specifically
requested, see the layer readme for details.
2022-12-31 12:04:23 +01:00
Lin Sun 37cdd5069f layers/+lang/python/packages.el: Fix the invalid 'args' in the condition 2022-12-28 14:43:11 +01:00
Lin Sun fd749704ff Fix the #15852 Wrong type argument 2022-12-26 23:06:26 +01:00
Lin Sun 3afc9afa4c *layers/+lang/python: enahnce the virtual environment detection 2022-12-22 08:42:11 +01:00
Maxi Wolff b74da79dbb Fix load issues with org-trello package 2022-12-14 21:53:34 +01:00
Maxi Wolff b28d65b7aa Load use-package extensions before usual layer loading 2022-12-14 13:37:27 +01:00
Daniel Nicolai 6fcde67b33 Fix #15658: replace geiser-company-backend with company-capf
The geiser-company-backend was removed in [this
commit](18faa0ba32).
Subsequently, the a geiser-capf module, configuring the company-capf backend for
geiser, was added in [this
commit](18faa0ba32).
This commit updates the scheme layer to use the new backend.
2022-12-13 20:20:19 +01:00
Muneeb Shaikh bced05b3b0 [themes-megapack] fix eziam-theme package name and its references
`eziam-theme` has been renamed to `eziam-themes`
Source: 016b872635
2022-12-05 08:33:29 +01:00
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 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
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
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
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
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
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
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