From 4293a0df3a894037696bd98ad02d72b97544f9a4 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 24 Mar 2023 15:41:22 +0200 Subject: emacs: for hephaestus enable display-battery-mode --- .emacs.d/init.el | 2 +- emacs.org | 2 +- 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) -- cgit v1.2.3