emacs: :demand time and battery
authorAmin Bandali <bandali@gnu.org>
Thu, 5 Sep 2019 17:09:44 +0000 (13:09 -0400)
committerAmin Bandali <bandali@gnu.org>
Thu, 5 Sep 2019 17:09:44 +0000 (13:09 -0400)
.emacs.d/init.el

index 8bf43bf..f1f4b1f 100644 (file)
@@ -396,6 +396,7 @@ For disabling the behaviour for certain buffers and/or modes."
 
 ;; time and battery in mode-line
 (use-feature time
+  :demand
   :config
   (display-time-mode)
   :custom
@@ -403,6 +404,7 @@ For disabling the behaviour for certain buffers and/or modes."
   (display-time-format "%a %b %-e, %-l:%M%P"))
 
 (use-feature battery
+  :demand
   :config
   (display-battery-mode)
   :custom