Displays time in emacs modeline

This commit is contained in:
William Carroll 2017-06-26 10:59:06 -04:00
parent 813edb7c3d
commit 05339cf3b0

View file

@ -126,7 +126,8 @@
(use-package smart-mode-line
:ensure t
:config
(load-theme 'smart-mode-line-dark)
(display-time)
(load-theme 'smart-mode-line-respectful)
(smart-mode-line-enable))