summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-09-05 13:09:44 -0400
committerAmin Bandali <bandali@gnu.org>2019-09-05 13:09:44 -0400
commite4902e0b594f307e9570b00eb9f8b81a8c44b8c4 (patch)
tree623fd71edb17ae59644aa616072a5548ce4be2b0 /.emacs.d/init.el
parent5b47fe7fd03e0599688902e6804b32803d8ca53c (diff)
downloadconfigs-e4902e0b594f307e9570b00eb9f8b81a8c44b8c4.tar.gz
configs-e4902e0b594f307e9570b00eb9f8b81a8c44b8c4.tar.xz
configs-e4902e0b594f307e9570b00eb9f8b81a8c44b8c4.zip
emacs: :demand time and battery
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 8bf43bf..f1f4b1f 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -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