Get rid of load average and add more time information to modeline.
This commit is contained in:
parent
3ee8a0c379
commit
b306cf6e90
@ -473,7 +473,11 @@ The current directory is assumed to be the project's root otherwise."
|
||||
(eval-after-load 'subword '(diminish 'subword-mode))
|
||||
(eval-after-load 'simple '(diminish 'visual-line-mode))
|
||||
|
||||
(setq display-time-default-load-average nil)
|
||||
(setq display-time-interval 1)
|
||||
(setq display-time-format "%a, %b %d, %T ")
|
||||
(display-time-mode 1)
|
||||
|
||||
(setq reb-re-syntax 'string) ;; the only sane option...
|
||||
|
||||
(setq ediff-split-window-function 'split-window-horizontally)
|
||||
|
Loading…
Reference in New Issue
Block a user