diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-03-10 20:02:14 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-03-10 20:02:14 +0100 |
| commit | 379e73091af4ce0c2368a557d0006ad756062985 (patch) | |
| tree | 905485283d715f5ed0c96a8f6f2ceeb1a27060eb /dot.emacs.d/init.el | |
| parent | e5d923151e0efc93f86b0a85103bbdc72bf5d6a6 (diff) | |
Emacs: Display time, date, and battery status
Diffstat (limited to 'dot.emacs.d/init.el')
| -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\\'") |
