diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 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) |