Use display-time-mode

This commit is contained in:
Kashish Sharma 2016-06-12 13:09:46 +05:30
parent 466251cec5
commit cfa85d8716
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
(scroll-bar-mode -1)
(setq focus-follows-mouse t)
(setq mouse-autoselect-window t)
(display-time-mode t)
(setq display-time-format "%FT%T%z")
;; Highlight current line
(global-hl-line-mode 1)