summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-02-26 06:10:47 +0200
committerThanos Apollo <[email protected]>2023-02-26 06:10:47 +0200
commita3a6ed29f384501b6200efe0fa28887bc9b86525 (patch)
tree34690e62c30f061cd8ff38198e0942e2ecd89dab /.emacs.d/init.el
parent2caba1d818d33f8e8884e758b1ea5b2260c0054e (diff)
Revert "squash! emacs: Update (system-name) variables"
This reverts commit 2caba1d818d33f8e8884e758b1ea5b2260c0054e.
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 6dc2729..59cb9e4 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -97,11 +97,7 @@ Contains the list of packages that need to be installed.")
(add-hook 'dired-mode-hook 'all-the-icons-dired-mode)
-;; Check if it's my thinkpad, if t
-;; display its battery life
-(when (equal (system-name) "hephaestus")
- (display-battery-mode 1))
-
+(display-battery-mode 1)
(scroll-bar-mode -1)
(tool-bar-mode -1)
(tooltip-mode -1)