fix environment when launching via x2go
[emacs-init.git] / setup / 00init.el
index db3af8c..bde68f4 100644 (file)
@@ -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)