Added clock to modeline
- Write date and time in the modeline
This commit is contained in:
parent
73c79a5ed4
commit
318d3479f5
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user