Don't display date in display-time-mode
This commit is contained in:
parent
23da025de0
commit
daa36d8e09
2
init.el
2
init.el
|
@ -143,7 +143,7 @@
|
||||||
(display-time-mode +1)
|
(display-time-mode +1)
|
||||||
:custom
|
:custom
|
||||||
(display-time-24hr-format t)
|
(display-time-24hr-format t)
|
||||||
(display-time-day-and-date t))
|
(display-time-day-and-date nil))
|
||||||
|
|
||||||
(use-package olivetti
|
(use-package olivetti
|
||||||
:if (package-installed-p 'olivetti)
|
:if (package-installed-p 'olivetti)
|
||||||
|
|
Loading…
Reference in a new issue