Co-authored-by: Andrew Tropin <andrew@trop.in>
---
Here's a v3 with the code formatted.
all best,
jgart
src/rde/features/emacs-xyz.scm | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm
index 12d68fba..3f41800b 100644
--- a/src/rde/features/emacs-xyz.scm+++ b/src/rde/features/emacs-xyz.scm
@@ -485,10 +485,12 @@ with references to researches.")))
(define* (feature-emacs-circadian
#:key
- (emacs-circadian emacs-circadian))+ (emacs-circadian emacs-circadian)+ (geolocate-url #f)) "Configure the circadian.el Emacs package for theme-switching
based on the time of the day."
(ensure-pred file-like? emacs-circadian)
+ (ensure-pred string? geolocate-url) (define emacs-f-name 'circadian)
(define f-name (symbol-append 'emacs- emacs-f-name))
@@ -503,21 +505,23 @@ based on the time of the day."
"Get current location coordinates through Mozilla's Geolocation API."