# HG changeset patch # User Oleksandr Gavenko # Date 1264707212 -7200 # Node ID c37e79da4b5327b4591c617ef5dd85e1645dfbfc # Parent 35d90ffc94e7058acfd1907230ce0576409efcf9 .emacs-* like file contain -*- -*- in there header so dont update auto-mode-alist. diff -r 35d90ffc94e7 -r c37e79da4b53 .emacs --- a/.emacs Thu Jan 28 21:31:18 2010 +0200 +++ b/.emacs Thu Jan 28 21:33:32 2010 +0200 @@ -24,8 +24,6 @@ (defvar dot-emacs-post (expand-file-name "~/.emacs-post") "Path to file with post-loaded custom settings.") -(add-to-list 'auto-mode-alist '("\\.emacs-.*" . emacs-lisp-mode) t) - ;; pre-load custom settings (if (file-exists-p dot-emacs-pre) (load dot-emacs-pre))