clean up the configuration a bit

This commit is contained in:
Mateus Rodrigues
2026-07-03 21:46:19 +01:00
parent ca981c61b8
commit 36774be5bd
13 changed files with 26 additions and 232 deletions

View File

@@ -3,9 +3,10 @@
(setq display-time-24hr-format 1)
;; Don't show load average
(setq display-time-default-load-average nil)
;; Don't check for mail (we will use doom-modeline for that)
;; Don't check for mail
(setq display-time-mail-file 1)
;; Show time and battery on modeline
;; Show time on modeline
(display-time-mode 1)
;; Don't show battery on modeline
(display-battery-mode 0)