bundle--mk.el: dont show day name in timestamp
This commit is contained in:
parent
a4c6dcac10
commit
4ae78878ec
1 changed files with 1 additions and 1 deletions
|
@ -157,4 +157,4 @@
|
||||||
;; (or shr-current-font 'variable-pitch)))))))))
|
;; (or shr-current-font 'variable-pitch)))))))))
|
||||||
|
|
||||||
(defun mk/get-current-time-formatted ()
|
(defun mk/get-current-time-formatted ()
|
||||||
(concat "#+DATE: " (format "[%s]" (format-time-string "%Y-%m-%d %a %R" (current-time)))))
|
(concat "#+DATE: " (format "[%s]" (format-time-string "%Y-%m-%d %R" (current-time)))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue