fix environment when launching via x2go
[emacs-init.git] / setup / 00init.el
index 9608efe..bde68f4 100644 (file)
@@ -8,4 +8,5 @@
   (add-to-list 'load-path (concat base "auto-install"))
   (setq custom-file (concat base "emacs-custom.el")))
 
-(load custom-file)
+(setenv "LANG" nil)
+(prefer-coding-system 'utf-8)