From 267cf40fb8ece86e28c039976524c5b55244a502 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 3 Dec 2020 14:46:58 -0600 Subject: [PATCH] Change: Remove brackets from timestamp format --- ement-room.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ement-room.el b/ement-room.el index 24e4362..ec5ac29 100644 --- a/ement-room.el +++ b/ement-room.el @@ -107,11 +107,11 @@ Note that margin sizes must be set manually with `ement-room-right-margin-width'." :type 'string) -(defcustom ement-room-timestamp-format "[%H:%M:%S]" +(defcustom ement-room-timestamp-format "%H:%M:%S" "Format string for event timestamps. See function `format-time-string'." - :type '(choice (const "[%H:%M:%S]") - (const "[%Y-%m-%d %H:%M:%S]") + :type '(choice (const "%H:%M:%S") + (const "%Y-%m-%d %H:%M:%S") string)) (defcustom ement-room-left-margin-width 0