mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Change: Remove brackets from timestamp format
This commit is contained in:
parent
be579bff19
commit
267cf40fb8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue