X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=emacs-custom.el;fp=.emacs;h=346a8d9bb5212fc5cc2fbfeb0ace311175a41f40;hb=e85a749eb28898cc8c9cb65d7edc446bb849e57d;hp=4b3074962a3fa3278918da0ccfc9855f1182800b;hpb=c79022f0450cd093c456a42b8473686e3b523db7;p=emacs-init.git diff --git a/.emacs b/emacs-custom.el similarity index 94% rename from .emacs rename to emacs-custom.el index 4b30749..346a8d9 100644 --- a/.emacs +++ b/emacs-custom.el @@ -1,9 +1,3 @@ -(add-to-list 'load-path "~/.emacs.d") -(add-to-list 'load-path "~/.emacs.d/auto-install") - -(require 'load-dir) -(load-dir "~/.emacs.d/setup") - (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. @@ -33,6 +27,7 @@ '(global-visual-line-mode t) '(global-whitespace-mode nil) '(ido-mode (quote both) nil (ido)) + '(indent-tabs-mode nil) '(ispell-extra-args (quote ("--sug-mode=ultra"))) '(ispell-program-name "c:/cygwin/bin/aspell.exe") '(ls-lisp-dirs-first t)