@@ -0,0 +1,45 @@
+# The CLI command that shall be invoked when running `klog edit`.
+# - Value: The config property can be any valid CLI command,
+# as you would type it on the terminal. klog will append
+# the target file path as last input argument to that command.
+# Note: you can use quotes in order to prevent undesired
+# shell word-splitting, e.g. if the command name/path
+# contains spaces.
+# - Default: If absent/empty, `klog edit` tries to fall back
+# to the $EDITOR environment variable (which you’d see below
+# in that case).
+editor = devour emacsclient -c
+
+# via the `--round` flag, e.g. in `klog start --round 15m`.
+# - Value: The config property must be one of: `5m`, `10m`,
+# `15m`, `30m`, `60m`.
+# - Default: If absent/empty, klog doesn’t round input times.
+default_rounding = "30m"
+
+# The default duration value that shall be used as should-total
+# when creating new records, e.g. in `klog create --should '8h!'`.
+# - Value: The config property must be a duration followed by
+# an exclamation mark. Examples: `8h!`, `6h30m!`.
+# - Default: If absent/empty, klog doesn’t set a should-total
+# on new records.
+default_should_total =
+
+# The preferred date notation for klog to use when adding a
+# new record to a target file, i.e. whether it uses dashes (as
+# in `2022-03-24`) or slashes (as in `2022/03/24`) as delimiter.
+# - Value: The config property must be either `YYYY-MM-DD`
+# or `YYYY/MM/DD`.
+# - Default: If absent/empty, klog automatically tries to
+# be consistent with what is used in the target file;
+# in doubt, it defaults to the YYYY-MM-DD format.
+date_format = "YYYY-MM-DD"
+
+# The preferred time convention for klog to use when adding
+# a new time range entry to a target file, i.e. whether it
+# uses the 24-hour clock (as in `13:00`) or the 12-hour clock
+# (as in `1:00pm`).
+# - Value: The config property must be either `24h` or `12h`.
+# - Default: If absent/empty, klog automatically tries to
+# be consistent with what is used in the target file;
+# in doubt, it defaults to the 24-hour clock format.
+time_convention = "24h"
@@ -0,0 +1,20 @@
+-----BEGIN AGE ENCRYPTED FILE-----
+YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IHBpdi1wMjU2IEhBV2NqUSBBempXemFQ
+Y1Z3R2hSOHZGdzZxWVpvdG9mRk5nZjc1Y1JDZG1yQllyaHNGNgpxM3VwMWhCaFJW
+ZndjUFJOMXRyTUR0Qjd5c0h4dkNDTWpYNnhaNjVObmhVCi0+IHBpdi1wMjU2IHBE
+YXpSZyBBMDVydkc5WU05SmJmSFQ2S3lQek5hY0dyazRQOTBnSktIb011U1U0d282
+VQpOSWx5Z1grNFU0dS95bXoxT0haZzZmTytGOHpIRlY2cTZKaWdvUTRmcXdBCi0t
+LSB5Zm1kUzd3MGR0SGZ5L2JaOTRZZy9OakRxdjdTdzFYSFZOeFZXcHFRMUdvCpfJ
++2Uy2XN5KL0Zv9z54Tc/qErJfUS+SuVqI9TIWU9ixZBMRb5uU4BmXoAlhNg6D/6u
+71T2DGZYSxDCDLIgTtZxYbDdRQQ23Rwog6CW4U9y9M5zm08F2td7KgriSTfWipYl
+qHISC72cvrShxNJ65o4wvi6CvzLfF6nmZeWrWH1XC+nPOFQSUA5O4z8y1b3EwpNX
+mfTQQD/I9dUi+55gm6rXPUGfcc5nAxFLzNXHHOofxxpNQJOmn0iCS2tOOJUz6F9b
+lMcLWnsC1Y/RP7WG731Clp4Ze8dqO+qZQSWEuBAsBX+ONjt9fIZwjZ2R5UEzBQ6n
+PzNquxYuC8nSph3fMyThDzEMdcghx9WrI8d6pd228G8ww25lEFXCrwfzZQQwj67W
+TCUaXqga8rNYfIJo+WzkPGw2RVUWDDlH2zwYS0v2AdThyHwl7rGMNM+1dB7yR5gS
+Jvqbxawt8WhgY2wKy7teDqhZx2vr3r5qahDwKGd011Cf1jLVamEd9mcvc80NJfuG
+1mZNZk62GHFiwCR5uBb4w5hCwtv947fuE3Vtc6pPV74O+Gu/+kXIwR9wX8snYELc
+iCHipcRFPUP5jPQSC+oUww0dBRqU8Ya8BCWxSlSxh/pFYoB6Y3NTV06vrf5QurAX
+USX32MOEad7BZV1MAFG8CmLhuzpmsRKMN/SKsEkP4MJYYP63qJLslWqdI6Kfvit0
+ILovEmAFVsgzfg==
+-----END AGE ENCRYPTED FILE-----