X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=setup%2F00init.el;h=c1609aeb7f6ca61ceef8df21d281445c48b85055;hb=28a13bd0b8508bbab5e79108e5d32d2edc357baa;hp=896b2847ab265a68454312d6076e32e540954129;hpb=5d0b8238ad6fb712c8e744eb150b1ad793e412f9;p=emacs-init.git diff --git a/setup/00init.el b/setup/00init.el index 896b284..c1609ae 100644 --- a/setup/00init.el +++ b/setup/00init.el @@ -5,6 +5,9 @@ (when (boundp 'bytecomp-filename) bytecomp-filename) buffer-file-name)))))) (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"))) -(load custom-file) +(setenv "LANG" nil) +(prefer-coding-system 'utf-8) +(menu-bar-mode -1)