Emacs: Turn off which-function-mode and display-time

master
Pierre Neidhardt 2017-06-27 21:14:36 +01:00
parent c0462b3bdf
commit 21d796f062
1 changed files with 2 additions and 2 deletions

View File

@ -51,9 +51,9 @@
(size-indication-mode 1)
;;; Display defun in mode line.
(which-function-mode)
;; (which-function-mode)
(display-time)
;; (display-time)
(setq display-time-day-and-date t
display-time-24hr-format t
display-time-default-load-average nil)