Emacs: Don't set LANG, set LC_MESSAGES.

This commit is contained in:
tastytea 2020-03-10 12:49:14 +01:00
parent be9a59b1b7
commit adfdde47fd
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; global-variables.el --- Set some global variables. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-02-27T05:14:19+0100>
;; Time-stamp: <2020-03-10T12:48:23+0100>
;;; Commentary:
;; * Set `slow-computer'.
@ -19,7 +19,7 @@
(setq slow-computer t)) ; localhost is schnibble
;; Show manpages and error messages from compilers in English.
(setenv "LANG" "en_US.utf8")
(setenv "LC_MESSAGES" "en_US.utf8")
(use-package emacs
:ensure nil