.emacs
changeset 37 b210b509819b
parent 30 762d326dca54
child 41 38dda673f17f
--- a/.emacs	Fri Jun 06 15:47:39 2008 +0300
+++ b/.emacs	Fri Jun 06 17:51:38 2008 +0300
@@ -4,6 +4,8 @@
 ;; Copyright (C) 2008 by Гавенко Алескандр
 
 (load "~/.emacs-my")
+(if (file-exists-p "~/.emacs-my-custom")
+    (load "~/.emacs-my-custom"))
 
 (custom-set-variables
   ;; custom-set-variables was added by Custom.