Don't enable display-time-mode by default
This commit is contained in:
parent
d71f6823fb
commit
36812d0b7e
2
init.el
2
init.el
|
@ -140,8 +140,6 @@
|
||||||
(which-func-modes '(prog-mode)))
|
(which-func-modes '(prog-mode)))
|
||||||
|
|
||||||
(use-package time
|
(use-package time
|
||||||
:init
|
|
||||||
(display-time-mode +1)
|
|
||||||
:custom
|
:custom
|
||||||
(display-time-24hr-format t)
|
(display-time-24hr-format t)
|
||||||
(display-time-day-and-date nil))
|
(display-time-day-and-date nil))
|
||||||
|
|
Loading…
Reference in a new issue