Enable and customise display-time in the modeline
This commit is contained in:
parent
a8346fbaaf
commit
23da025de0
7
init.el
7
init.el
|
@ -138,6 +138,13 @@
|
||||||
:custom
|
:custom
|
||||||
(which-func-modes '(prog-mode)))
|
(which-func-modes '(prog-mode)))
|
||||||
|
|
||||||
|
(use-package time
|
||||||
|
:init
|
||||||
|
(display-time-mode +1)
|
||||||
|
:custom
|
||||||
|
(display-time-24hr-format t)
|
||||||
|
(display-time-day-and-date t))
|
||||||
|
|
||||||
(use-package olivetti
|
(use-package olivetti
|
||||||
:if (package-installed-p 'olivetti)
|
:if (package-installed-p 'olivetti)
|
||||||
:hook (text-mode)
|
:hook (text-mode)
|
||||||
|
|
Loading…
Reference in a new issue