From: Stefan Bund Date: Fri, 6 Oct 2017 10:33:12 +0000 (+0200) Subject: fix environment when launching via x2go X-Git-Url: http://g0dil.de/git?p=emacs-init.git;a=commitdiff_plain;h=08b18d75005cc26993ad27a663cd06b8b14be5f7 fix environment when launching via x2go --- diff --git a/setup/00init.el b/setup/00init.el index db3af8c..bde68f4 100644 --- a/setup/00init.el +++ b/setup/00init.el @@ -7,3 +7,6 @@ (add-to-list 'load-path (concat base "lib")) (add-to-list 'load-path (concat base "auto-install")) (setq custom-file (concat base "emacs-custom.el"))) + +(setenv "LANG" nil) +(prefer-coding-system 'utf-8)