Commit Graph

1888 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
Richard Kim 91e2a4f396
Do not call org-agenda-files if org-mode is already loaded (#15908) 2023-01-30 15:41:05 -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
Maxi Wolff d08822c614 Fixing side effects of org version mismatch hotfix
Fixes #15887
2023-01-18 06:30:08 +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
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 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
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
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
SpacemacsBot f1c7979b63 [bot] "built_in_updates" Thu Dec 22 07:42:58 UTC 2022 2022-12-22 08:50:11 +01:00
Maxi Wolff b28d65b7aa Load use-package extensions before usual layer loading 2022-12-14 13:37:27 +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
SpacemacsBot be9b1c89bc [bot] "built_in_updates" Sat Nov 26 08:34:54 UTC 2022 2022-11-26 09:35:02 +01:00
Jonas Jelten 32b35b6325 [doc] remove user tracking with google analytics 2022-11-26 07:09:05 +01:00
SpacemacsBot 85a386632a [bot] "built_in_updates" Wed Nov 16 15:46:08 UTC 2022 2022-11-16 16:47:13 +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
SpacemacsBot 2a56871ba4 [bot] "built_in_updates" Sat Nov 12 22:52:15 UTC 2022 2022-11-12 23:58:28 +01:00
potzopotzo df39c561bb Reporting.tmp: added github account is needed note 2022-11-12 23:36:03 +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
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
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
SpacemacsBot 2ad413c8e1
[bot] "built_in_updates" Wed Oct 5 18:21:45 UTC 2022 (#15761) 2022-10-05 19:38:49 +00:00
Maxi Wolff a7bfe0bfd6
Fix `spacemacs//dir-byte-compile-state` which returned nil
which broke startup after package update on emacs 29
2022-09-17 22:48:44 +02:00
SpacemacsBot cd19efdd64
[bot] "built_in_updates" Thu Sep 15 15:41:36 UTC 2022 (#15737) 2022-09-15 13:05:32 -04:00
person-with-a-username 8d4c114aa0
Remove trailing space from .spacemacs.template (#15733) 2022-09-13 18:44:48 -04:00
SpacemacsBot 73b3b0fed8
[bot] "built_in_updates" Fri Sep 2 03:56:02 UTC 2022 (#15715) 2022-09-02 00:01:29 -04:00
Bryce ea0276309b
Fix native-compile-p function (#15718) 2022-09-01 23:55:16 -04:00
Atemu 201d22bcc9 compleseus: use the correct predicate for minibuffer hjkl bindings
https://github.com/syl20bnr/spacemacs/pull/15710 confused
hybrid-style-enable-evilified-state and hybrid-style-enable-hjkl-bindings
2022-08-29 14:18:29 +02:00
SpacemacsBot 1ed08595bf [bot] "built_in_updates" Sat Aug 27 08:46:27 UTC 2022 2022-08-27 11:11:34 +02:00
Atemu d6c3482663
compleseus: disable ido and respect minibuffer binds evilification setting (#15710)
* compleseus: disable ido-mode when vertico and selectrum are used

ido would inject inself instead of the regular `find-file' but if these are
activated, we actually want the regular `find-file'.

* core: provide minibuffer evilification predicate

Many different layers need to decide whether to evilify their minibuffer maps.
Provide a single function that puts the logic in one place.

* compleseus: only evilify minibuffer binds when desired
2022-08-27 10:46:04 +02:00
SpacemacsBot c99f6a9149
[bot] "built_in_updates" Thu Aug 18 19:55:32 UTC 2022 (#15705) 2022-08-18 16:22:25 -04:00
SpacemacsBot d417677305
[bot] built_in_updates (#15702)
Co-authored-by: SpacemacsBot <not@an.actual.email.beep.boop>
2022-08-16 19:59:48 +00:00
Lin Sun c5c69ce239 core: more precise directory byte-compile status for "core/libs/" folder 2022-08-11 08:21:22 +02:00
SpacemacsBot 73267ea02b
[bot] "built_in_updates" Wed Aug 10 18:49:03 UTC 2022 (#15694) 2022-08-10 14:49:46 -04:00
lin.sun 71e56d75fb
core: remove unused variable (#15693) 2022-08-10 14:48:14 -04:00