Change: Remove brackets from timestamp format

This commit is contained in:
Adam Porter 2020-12-03 14:46:58 -06:00
parent be579bff19
commit 267cf40fb8

View file

@ -107,11 +107,11 @@ Note that margin sizes must be set manually with
`ement-room-right-margin-width'." `ement-room-right-margin-width'."
:type 'string) :type 'string)
(defcustom ement-room-timestamp-format "[%H:%M:%S]" (defcustom ement-room-timestamp-format "%H:%M:%S"
"Format string for event timestamps. "Format string for event timestamps.
See function `format-time-string'." See function `format-time-string'."
:type '(choice (const "[%H:%M:%S]") :type '(choice (const "%H:%M:%S")
(const "[%Y-%m-%d %H:%M:%S]") (const "%Y-%m-%d %H:%M:%S")
string)) string))
(defcustom ement-room-left-margin-width 0 (defcustom ement-room-left-margin-width 0