Commit Graph

12535 Commits

Author SHA1 Message Date
SpacemacsBot f3f0d6e6da
[bot] built_in_updates (#15910)
Co-authored-by: SpacemacsBot <not@an.actual.email.beep.boop>
2023-02-06 22:05:19 +00:00
Lucius Hu cf021951b7
fix(spacemacs-buffer): replace y-or-n question by a warning
Closes #15907
2023-02-06 17:02:15 -05:00
Robby O'Connor 5b8a25a6b7
Docker and Kubernetes layers fixes (#15906) 2023-01-30 15:41:39 -05:00
Richard Kim 91e2a4f396
Do not call org-agenda-files if org-mode is already loaded (#15908) 2023-01-30 15:41:05 -05:00
Derek 2c54914370
layers/+lang/python/funcs.el: Fix typo in flag (#15905) 2023-01-26 04:03:47 -05:00
SpacemacsBot 58a52ae6ef
[bot] "built_in_updates" Sun Jan 22 16:50:05 UTC 2023 (#15900) 2023-01-22 12:08:52 -05:00
Codruț Constantin Gușoi 50825419ab
Remove the docker tramp obsolete warning (#15899) 2023-01-22 11:49:31 -05:00
Maxi Wolff d08822c614 Fixing side effects of org version mismatch hotfix
Fixes #15887
2023-01-18 06:30:08 +01: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
Eugene Yaremenko c828fd31bc
elisp tests Emacs 28.1 -> 28.2 2023-01-10 05:43:43 +01: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
Eugene Yaremenko f51fab4baa
use spacemacs distro to build web docs 2023-01-08 17:21:32 +01: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 a46e7ce022
change(readme): require GNU Tar as dependency (#15874)
There are reports of unexpected failure when installing packages on systems with BSD Tar.

So from now on GNU Tar is a REQUIRED dependency.

fixes https://github.com/syl20bnr/spacemacs/issues/15654
2023-01-06 06:22:27 +00:00
Lucius Hu d1c42338a7
fix(spacemacs-buffer): fix retrieval org-agenda-files (#15871)
In particular, we only need to call (org-agenda-files) (and hence load org)
if the variable org-agenda-files is a single file name. Otherwise we can
safely use the value of the said variable directly.

This was not handled correctly before this commit.
2023-01-05 20:59:46 +00:00
Lucius Hu 948fb1389a
fix(spacemacs-buffer): fix mouse clicks and drags (#15872)
fixes https://github.com/syl20bnr/spacemacs/issues/15870
2023-01-05 20:57:52 +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
Lucius Hu 5705c54168
fix(spacemacs-buffer): mouse click (#15867) 2023-01-04 12:58:48 -05: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
Tim Ruffing 1100ee841a Suppress false positive emacs warning
Fixes #15526.
2023-01-03 00:04:11 +01:00
Lin Sun e043c86163 Fix 15861: detect the audoload function more robustly 2023-01-03 00:03:28 +01:00
SpacemacsBot 178a3ab186 [bot] "documentation_updates" Sun Jan 1 14:09:54 UTC 2023 2023-01-01 15:10:30 +01:00
Andrew Kraut e1c1110926 Fix widget-button-click for core Spacemacs buffer
Fixes syl20bnr/spacemacs#14964

Possibly related to syl20bnr/spacemacs#13539
2023-01-01 15:09:53 +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
Lin Sun 7991003a08 * core-spacemacs-buffer.el: avoid to call functions from org-mode at startup 2023-01-01 15:01:56 +01:00
Maxi Wolff 025e9f7e32 Fix broken format statement in doc generation 2022-12-31 13:28:25 +01:00
Maxi Wolff 7795337a5e Fix links to obsolete http://spacemacs.org
they should all point to https://develop.spacemacs.org
instead.

I have also removed the warning from the
develop documentation as this is now the recommended
branch.
2022-12-31 12:43:08 +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
SpacemacsBot f1c7979b63 [bot] "built_in_updates" Thu Dec 22 07:42:58 UTC 2022 2022-12-22 08:50:11 +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
Maxi Wolff 52deec4bb1 Add temporary fix for eager-macro-expansion of use-package
this should remove the issue for most users.
This fix has been taken from #15144.
2022-12-14 12:09:57 +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
Lin Sun 7b738c2b0b * core: eval-and-compile the functions used in eager macro expansion 2022-12-13 20:19:42 +01:00
bb2020 866a2d5ae1
[core] disable internal border (#15843)
* core/core-spacemacs.el: disable internal border with undecorated frame

* core/core-spacemacs.el: enable maximized-at-startup by default
2022-12-10 06:46:38 +01:00
Lin Sun 3be65c7354 * core: enhance the code to reduce flycheck warnings 2022-12-10 06:37:22 +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
SpacemacsBot 1bae6aa79c [bot] "built_in_updates" Thu Dec 1 22:50:47 UTC 2022 2022-12-03 07:09:40 +01:00
Lin Sun 748ed30171 core/core-dotspacemacs.el: speedup dotspacemacs/get-variable-string-list 2022-12-01 23:50:08 +01:00
Lin Sun ecb87b53f7
core/core-load-path.el: auto locate spacemacs-start-directory 2022-12-01 23:41:42 +01:00