fix(settings): Show time in 24h format
This commit is contained in:
parent
87a385557e
commit
a260bf9e8d
1 changed files with 3 additions and 0 deletions
|
@ -61,4 +61,7 @@
|
||||||
|
|
||||||
(remove-hook 'kill-buffer-query-functions 'server-kill-buffer-query-function)
|
(remove-hook 'kill-buffer-query-functions 'server-kill-buffer-query-function)
|
||||||
|
|
||||||
|
;; Show time in 24h format
|
||||||
|
(setq display-time-24hr-format t)
|
||||||
|
|
||||||
(provide 'settings)
|
(provide 'settings)
|
||||||
|
|
Loading…
Reference in a new issue