diff --git a/bundle/bundle--mk.el b/bundle/bundle--mk.el index 55ca115f..52b0bcad 100644 --- a/bundle/bundle--mk.el +++ b/bundle/bundle--mk.el @@ -157,4 +157,4 @@ ;; (or shr-current-font 'variable-pitch))))))))) (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)))))