Added clock to modeline

- Write date and time in the modeline
This commit is contained in:
Jesús 2018-07-23 20:35:54 -05:00
parent 73c79a5ed4
commit 318d3479f5
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -48,4 +48,12 @@
(global-set-key (kbd "<f12>") 'revert-buffer-no-confirm) (global-set-key (kbd "<f12>") 'revert-buffer-no-confirm)
(global-set-key (kbd "s-h") 'global-hl-line-mode) ; Highlight current line (global-set-key (kbd "s-h") 'global-hl-line-mode) ; Highlight current line
;;----------------------------------------------------------------------------
;; clock
;;----------------------------------------------------------------------------
(setq display-time-day-and-date t)
(display-time)
(provide 'init-gui) (provide 'init-gui)