projects
/
emacs-init.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
30a8657
)
fix environment when launching via x2go
Stefan Bund [Fri, 6 Oct 2017 10:33:12 +0000 (12:33 +0200)]
setup/00init.el
patch
|
blob
|
history
diff --git
a/setup/00init.el
b/setup/00init.el
index
db3af8c
..
bde68f4
100644
(file)
--- 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)