From a3a6ed29f384501b6200efe0fa28887bc9b86525 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 26 Feb 2023 06:10:47 +0200 Subject: Revert "squash! emacs: Update (system-name) variables" This reverts commit 2caba1d818d33f8e8884e758b1ea5b2260c0054e. --- .emacs.d/init.el | 6 +----- emacs.org | 6 +----- 2 files changed, 2 insertions(+), 10 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) diff --git a/emacs.org b/emacs.org index c7a72f4..1e7f679 100644 --- a/emacs.org +++ b/emacs.org @@ -162,11 +162,7 @@ Fonts and basic appearance settings (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) -- cgit v1.2.3