Skip to content

Commit

Permalink
Fix benchmark time display on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Mar 23, 2024
1 parent 71d4f60 commit 955907b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion early-init.el
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Used by `citar-notes-paths' and `org-roam-capture-templates'.")
(defun cat-benchmark (pos &optional file)
"Print the current time of load POS of FILE."
(message "%s %s of %s"
(format-time-string "%r %3N")
(format-time-string "%T %3N")
(upcase (symbol-name pos))
(or file load-file-name buffer-file-name)))

Expand Down

0 comments on commit 955907b

Please sign in to comment.