Guido Schmidt

Results 33 comments of Guido Schmidt

@rollcat I just discovered, that [emacs-plus](https://github.com/d12frosted/homebrew-emacs-plus#system-appearance-change) is implementing that feature. Might be worth checking it out. I could imagine to integrate it into circadian.el as well

Hey basille, glad you like the package 👍 And thanks a lot for reporting that bug - I had issues like this before, too. I thought the last update would...

Thanks for the information - I will try to check on the issue as soon as possible 🙂

@basille How do you install the themes, that you want to be loaded by circadian? I could reproduce the behaviour, you are experiencing only when installing themes with `use-package`. If...

@basille Do you still have this issue? I just recently found out, that Emacs is loading a theme by default, when you do `(require 'nord-theme)` e.g (Didn't run into that...

@basille I just recently found some time to check your config - sorry for the long time period 😦 I cloned your `.emacs.d` and tried the recent version of circadian...

Thanks for reporting, I'll try to dive deeper into the performance of circadian, as soon as I can

@stardiviner On which platform do you run Emacs? And which version did you use? I can't quite reproduce that memory/CPU consuming behaviour. Profiling `(circadian-setup)` an my MacBook Air (Late 2010)...

Motion blur would be awesome - I guess starting with just an example would be a good starting point 🤔

Just realized that circadian.el is only working if the calendar lat/lng values are set properly like ```emacs-lisp (setq calendar-latitude 49.329896) (setq calendar-longitude 8.570925) ``` I'm currently working to support only...