From b8fd7fc71c70d3a81f7fa4a4b88464d42a0e7bd2 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 30 Mar 2019 00:22:47 +0100 Subject: [PATCH] Set LANG to english for emacs. --- init.el | 6 +++++- server/server | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index b6511e8..8ba19cc 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;;; Time-stamp: <2019-03-29 20:02:34 CET> +;;; Time-stamp: <2019-03-30 00:22:42 CET> ;;; Commentary: ;;; I am using this file with Emacs 26, but most of it will probably work with @@ -62,6 +62,9 @@ (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") + ;;;;;;;;;;;;;;;;;;;; Configure some essential things ;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Set garbage collection threshold to 100 MiB (or 20 MiB) to speed up init. ;; It is reset at the end of the file. @@ -423,6 +426,7 @@ :hook (prog-mode . my/set-fill-column-80) (conf-mode . my/set-fill-column-80) + (markdown-mode . my/set-fill-column-80) (prog-mode . fci-mode) (text-mode . fci-mode)) diff --git a/server/server b/server/server index 8ae7840..8974e06 100644 --- a/server/server +++ b/server/server @@ -1,2 +1,2 @@ -127.0.0.1:51313 4814 +127.0.0.1:51313 6235 phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh \ No newline at end of file