[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/theme-buffet 15eb984f5d 3/4: Suggestion for theme-buffe
From: |
ELPA Syncer |
Subject: |
[elpa] externals/theme-buffet 15eb984f5d 3/4: Suggestion for theme-buffet-time-offset on docstring |
Date: |
Fri, 5 Jan 2024 12:58:43 -0500 (EST) |
branch: externals/theme-buffet
commit 15eb984f5d55476e43fe105b1840a8b70ef45957
Author: Bruno Boal <egomet@bboal.com>
Commit: Bruno Boal <egomet@bboal.com>
Suggestion for theme-buffet-time-offset on docstring
---
theme-buffet.el | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/theme-buffet.el b/theme-buffet.el
index d4601fce89..0219ce83e7 100644
--- a/theme-buffet.el
+++ b/theme-buffet.el
@@ -233,7 +233,13 @@ END-STEP) (const END))"
(defcustom theme-buffet-time-offset 0
"Added time in HOURS (integer number) to shift the day periods.
-Used for compensate winter/summer times or specific weather situations."
+Used for compensate a cloudy day or other specific weather situation.
+
+An interesting choice could be:
+
+ \\='(/ (cadr (calendar-current-time-zone)) 60)\\='
+
+To reference your daylight saving time if applicable."
:type `(choice ,@(theme-buffet--natnum-from-to -12 12)))
(defun theme-buffet--get-offset ()