Revert "Emacs: schnibble has correct hostname now."

This reverts commit aef96118c8df6cca6a066a66cbc4c2e5816ee21e.
This commit is contained in:
tastytea 2020-01-26 19:33:54 +01:00
parent eccb0dc95e
commit ad17ba7ea6

View File

@ -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")