# HG changeset patch # User Oleksandr Gavenko # Date 1265230747 -7200 # Node ID a8e3a3821f170b634025ef84770d20351fe7032c # Parent 501ae111922d2b42389b72ee5c934b3f60f5c30e Instead '.emacs' use '.emacs-custom.el' as file for saving customisations. diff -r 501ae111922d -r a8e3a3821f17 .emacs --- a/.emacs Wed Feb 03 22:58:00 2010 +0200 +++ b/.emacs Wed Feb 03 22:59:07 2010 +0200 @@ -38,6 +38,9 @@ (if (file-exists-p dot-emacs-post) (load dot-emacs-post)) +(setq custom-file "~/.emacs-custom.el") +(load custom-file) + (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.