diff options
author | Thanos Apollo <[email protected]> | 2023-02-26 06:10:47 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-26 06:10:47 +0200 |
commit | a3a6ed29f384501b6200efe0fa28887bc9b86525 (patch) | |
tree | 34690e62c30f061cd8ff38198e0942e2ecd89dab /emacs.org | |
parent | 2caba1d818d33f8e8884e758b1ea5b2260c0054e (diff) |
Revert "squash! emacs: Update (system-name) variables"
This reverts commit 2caba1d818d33f8e8884e758b1ea5b2260c0054e.
Diffstat (limited to 'emacs.org')
-rw-r--r-- | emacs.org | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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) |