emres / dotemacs

My .emacs file
GNU General Public License v3.0
2 stars 0 forks source link

Time format displays day of month instead of minute at the expected location. #30

Closed emres closed 7 months ago

emres commented 7 months ago

Time format displays day of month instead of minute at the expected location.

Please see the following line: https://github.com/emres/dotemacs/blob/647d285e7d6c1bf22ca1cc9ee68f781423315333/.emacs.el#L11

Please see the following:


‘%m’

    This stands for the month (01–12). 
‘%M’

    This stands for the minute (00–59).