Emacs is freezed at switch
bughelp wanted
Hello!
I have a problem - Emacs is completely freezed while swithing process. Theme is swithed but Emacs doesn't respond at all.
Related config:
```
(use-package ef-themes
:straight (:host github :repo "protesilaos/ef-themes")
:defer)
(use-package circadian
:straight (:host github :repo "guidoschmidt/circadian.el")
:requires (local-config)
:custom
;; (circadian-themes '(("7:30" . ef-light)
;; ("19:30" . ef-night)))
(calendar-latitude 44.786568)
(calendar-longitude 20.448921)
(circadian-themes '((:sunrise . ef-light)
(:sunset . ef-night)))
:config
(circadian-setup))
```
[Full config](https://github.com/follow39/dotfiles/blob/5abb3de712e032a955a3b4bf0220581ac0873e3a/.config/emacs/init.el)
1. GNU Emacs 29.0.90 (build 1, aarch64-apple-darwin22.4.0, NS
appkit-2299.50 Version 13.3.1 (a) (Build 22E772610a)) of 2023-05-04
MacOS 13.4.1 (22F82)
Circadian: 52e336d9bb66cfd6d6dc5b9213ea21796ac873d4
Ef-themes: 27bf0ff4d9218c382fbaa512efb754f19b667678
2. GNU Emacs 29.0.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20,
cairo version 1.16.0) of 2023-06-04
Ubuntu 20.04.6 LTS
Circadian: 52e336d9bb66cfd6d6dc5b9213ea21796ac873d4
Ef-themes: 27bf0ff4d9218c382fbaa512efb754f19b667678
关闭于 2024-04-20 11 条评论