Added ability do custom settings, that override `.emacs-my'.
authorOleksander Gavenko <gavenko_a@3g.ua>
Fri, 06 Jun 2008 17:51:38 +0300
changeset 37 b210b509819b
parent 36 4261883ccdb6
child 38 90354c640342
child 55 7faba42a825d
Added ability do custom settings, that override `.emacs-my'.
.emacs
--- 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.