summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-03-24 15:41:22 +0200
committerThanos Apollo <[email protected]>2023-03-24 15:41:22 +0200
commit4293a0df3a894037696bd98ad02d72b97544f9a4 (patch)
tree9ab87d319100ea3a00df49a700d85237c5c73e32
parentb08c58ab9fa0389aaf20ff18df1a992262e03793 (diff)
emacs: for hephaestus enable display-battery-mode
-rw-r--r--.emacs.d/init.el2
-rwxr-xr-xemacs.org2
2 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index a35bcfa..f75bf18 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -106,7 +106,7 @@ Contains the list of packages that need to be installed.")
(add-hook 'dired-mode-hook 'all-the-icons-dired-mode)
(when is-hephaestus
- (display-battery-mode 0))
+ (display-battery-mode 1))
(scroll-bar-mode -1)
(tool-bar-mode -1)
diff --git a/emacs.org b/emacs.org
index 1881144..1163aa5 100755
--- a/emacs.org
+++ b/emacs.org
@@ -174,7 +174,7 @@ Fonts and basic appearance settings
(add-hook 'dired-mode-hook 'all-the-icons-dired-mode)
(when is-hephaestus
- (display-battery-mode 0))
+ (display-battery-mode 1))
(scroll-bar-mode -1)
(tool-bar-mode -1)