From d76af894cb0a53b08b2e35393f1cf85563344882 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 26 Dec 2021 13:05:05 -0600 Subject: Fix random issues --- lisp/acdw.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lisp/acdw.el') diff --git a/lisp/acdw.el b/lisp/acdw.el index 0f78c79..95e1147 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el @@ -54,7 +54,6 @@ ARGS." (when msg (message "%s" msg))))) - (defun +sunrise-sunset (sunrise-command sunset-command) "Run SUNRISE-COMMAND at sunrise, and SUNSET-COMMAND at sunset." (let* ((times-regex (rx (* nonl) @@ -74,7 +73,7 @@ ARGS." (sunset-time (match-string 2 ss))) (run-at-time sunrise-time (* 60 60 24) sunrise-command) (run-at-time sunset-time (* 60 60 24) sunset-command) - (run-at-time "12:00am" (* 60 60 24) sunset-command)))) + (run-at-time "12:00am" (* 60 60 24) sunset-command))) (provide 'acdw) ;;; acdw.el ends here -- cgit 1.4.1-21-gabe81