diff options
Diffstat (limited to 'emacs.d/inits')
-rw-r--r-- | emacs.d/inits/00_ui.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/inits/00_ui.el b/emacs.d/inits/00_ui.el index 61188e4..c5d1b78 100644 --- a/emacs.d/inits/00_ui.el +++ b/emacs.d/inits/00_ui.el @@ -29,6 +29,11 @@ (global-whitespace-mode 1) (setq whitespace-style '(face trailing tabs tab-mark)) +;; I want to see the time and date in the status bar +(setq display-time-day-and-date t + display-time-24hr-format t) +(display-time) + ;; leuven-theme (use-package leuven-theme :config |