From 586148bd522b11081bde648c4e6da2c27d456cb3 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 15 Nov 2017 20:46:56 +0100 Subject: [PATCH] feat(nixos): Show time in the mode line --- init/nixos.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init/nixos.el b/init/nixos.el index 20f2e6937..da9bc1e56 100644 --- a/init/nixos.el +++ b/init/nixos.el @@ -52,6 +52,9 @@ ;; Configure compositor (setq exwm-cm-opacity 95) - (exwm-cm-enable))) + (exwm-cm-enable) + + ;; Show time in the mode line + (display-time-mode))) (provide 'nixos)