diff options
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 4af2675..02a9f5d 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -40,6 +40,11 @@ :ensure t :config (color-theme-sanityinc-tomorrow-blue)) +(setq display-time-day-and-date t + display-time-24hr-format t) +(display-time-mode) +(display-battery-mode) + (use-package yaml-mode :mode "\\.yml\\'") |
