Instead '.emacs' use '.emacs-custom.el' as file for saving customisations.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 03 Feb 2010 22:59:07 +0200
changeset 291 a8e3a3821f17
parent 290 501ae111922d
child 292 5524c165e7ad
Instead '.emacs' use '.emacs-custom.el' as file for saving customisations.
.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.