X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=setup%2F00init.el;h=c1609aeb7f6ca61ceef8df21d281445c48b85055;hb=a59ee7bb87b084f57a6fbdc835f49a7390ee5fdb;hp=db3af8cfc71628648d3a01a6ddf92ec5e7f8e009;hpb=55d1bc19ce7c3c405ce0bcc1155b8bcdd9772242;p=emacs-init.git diff --git a/setup/00init.el b/setup/00init.el index db3af8c..c1609ae 100644 --- a/setup/00init.el +++ b/setup/00init.el @@ -7,3 +7,7 @@ (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) +(menu-bar-mode -1)