From 379e73091af4ce0c2368a557d0006ad756062985 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Sun, 10 Mar 2019 20:02:14 +0100 Subject: Emacs: Display time, date, and battery status --- dot.emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dot.emacs.d') 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\\'") -- cgit v1.2.3