From 2caba1d818d33f8e8884e758b1ea5b2260c0054e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 26 Feb 2023 06:09:02 +0200 Subject: squash! emacs: Update (system-name) variables --- .emacs.d/init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 59cb9e4..6dc2729 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -97,7 +97,11 @@ Contains the list of packages that need to be installed.") (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) -- cgit v1.2.3