# HG changeset patch # User Oleksander Gavenko # Date 1212763898 -10800 # Node ID b210b509819b166ff6a1cfcc37225106f7b896b9 # Parent 4261883ccdb60e875c3f8298b81e140404f75369 Added ability do custom settings, that override `.emacs-my'. diff -r 4261883ccdb6 -r b210b509819b .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.