summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-02-26 06:09:02 +0200
committerThanos Apollo <[email protected]>2023-02-26 06:09:02 +0200
commit2caba1d818d33f8e8884e758b1ea5b2260c0054e (patch)
tree74ac542b41504b9b33f6ae00a1c4eeb1636f8df3 /emacs.org
parentf4fcf47f53062e7d279cb1bc9fc102fb05bc596e (diff)
squash! emacs: Update (system-name) variables
Diffstat (limited to 'emacs.org')
-rw-r--r--emacs.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index 1e7f679..c7a72f4 100644
--- a/emacs.org
+++ b/emacs.org
@@ -162,7 +162,11 @@ Fonts and basic appearance settings
(add-hook 'dired-mode-hook 'all-the-icons-dired-mode)
- (display-battery-mode 1)
+ ;; Check if it's my thinkpad, if t
+ ;; display its battery life
+ (when (equal (system-name) "hephaestus")
+ (display-battery-mode 1))
+
(scroll-bar-mode -1)
(tool-bar-mode -1)
(tooltip-mode -1)