From ad17ba7ea6c71612187aaa5a8009c44b5fe80629 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 26 Jan 2020 19:33:54 +0100 Subject: [PATCH] Revert "Emacs: schnibble has correct hostname now." This reverts commit aef96118c8df6cca6a066a66cbc4c2e5816ee21e. --- init.d/basics/global-variables.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.d/basics/global-variables.el b/init.d/basics/global-variables.el index aae4856..b6d34ae 100644 --- a/init.d/basics/global-variables.el +++ b/init.d/basics/global-variables.el @@ -1,6 +1,6 @@ ;;; global-variables.el --- Set global variables. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-01-26T06:59:34+0100> +;; Time-stamp: <2020-01-26T19:32:07+0100> ;;; Commentary: ;; * Set `slow-computer'. @@ -13,8 +13,8 @@ ;;; Code: (defvar slow-computer nil) -(if (member (system-name) '("steuerbeamter" "azimuth" "schnibble")) - (setq slow-computer t)) +(if (member (system-name) '("steuerbeamter" "azimuth" "localhost")) + (setq slow-computer t)) ; localhost is schnibble ;; Show manpages and error messages from compilers in English. (setenv "LANG" "en_US.utf8")