aboutsummaryrefslogtreecommitdiffstats
path: root/doom
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-07-26 08:09:24 +0100
committerYann Herklotz <git@yannherklotz.com>2022-07-26 08:09:24 +0100
commit21d2482fff119876e9dbb4b7fb53b26d01606e80 (patch)
treeeddf22940641cf986fd2ffac32ad3bfc3f1ae88f /doom
parent315cf43bb39096f02cd36cbcde4c949c912e3f52 (diff)
downloaddotfiles-21d2482fff119876e9dbb4b7fb53b26d01606e80.tar.gz
dotfiles-21d2482fff119876e9dbb4b7fb53b26d01606e80.zip
Add configuration to context
Diffstat (limited to 'doom')
-rw-r--r--doom/config.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/doom/config.org b/doom/config.org
index 21d52d7..7c18ec5 100644
--- a/doom/config.org
+++ b/doom/config.org
@@ -538,8 +538,8 @@ This function uses the date command line tool to do it."
"\n" ""
(shell-command-to-string "date +%z")))
(stamp1 (concat (replace-regexp-in-string "[<>]" "" stamp)))
- (date-cmd-p0 "TZ=%s date -d \"%s\"")
- (date-cmd-p1 "date --date=\"TZ=\\\"%s\\\" %s\"")
+ (date-cmd-p0 "TZ=%s gdate -d \"%s\"")
+ (date-cmd-p1 "gdate --date=\"TZ=\\\"%s\\\" %s\"")
(date-cmd-p2 " +\"%F %H:%M\"")
(date-cmd-from (concat (format date-cmd-p1 tz stamp1) date-cmd-p2))
(date-cmd-to (concat (format date-cmd-p0 tz