# HG changeset patch # User Oleksandr Gavenko # Date 1256683095 -7200 # Node ID abe708ccf6e56641a0853b66eb5912ce29ca76d0 # Parent f511a2b4694b95df639c057e6964a7216204e574# Parent 29dc0658b75d68f7093a1e799a5dfa03c0910daf merged diff -r f511a2b4694b -r abe708ccf6e5 .emacs --- a/.emacs Tue Oct 27 14:49:59 2009 +0200 +++ b/.emacs Wed Oct 28 00:38:15 2009 +0200 @@ -8,14 +8,9 @@ ;; ====================================================================== ;; Load path. -(defvar my-el-dir - (expand-file-name "~/.el") - "Here live additional lisp packages.") (defvar my-usr-el-dir (expand-file-name "~/usr/share/emacs/site-lisp") "Here live additional lisp packages.") - -(add-to-list 'load-path my-el-dir) (add-to-list 'load-path my-usr-el-dir) (defvar dot-emacs-pre (expand-file-name "~/.emacs-pre") diff -r f511a2b4694b -r abe708ccf6e5 .emacs-my --- a/.emacs-my Tue Oct 27 14:49:59 2009 +0200 +++ b/.emacs-my Wed Oct 28 00:38:15 2009 +0200 @@ -73,7 +73,7 @@ ;; (desktop-read) ;; ====================================================================== -;; Standart settings +;; standart/general settings (setq kill-whole-line t) @@ -88,6 +88,8 @@ ;; Always end a file with a newline. ;; (setq require-final-newline t) +(setq read-quoted-char-radix 16) + ;; ---------------------------------------------------------------------- ;; Switching, creating, selecting buffers. (iswitchb-mode 1) @@ -755,18 +757,6 @@ ;; (setq-default vc-svn-register-switches "--encoding cp1251") (setq-default vc-svn-register-switches nil) -(setq my-svn-dir (concat my-el-dir "/svn")) -(if (file-exists-p my-svn-dir) - (progn - (add-to-list 'load-path my-svn-dir) - (require 'vc-svn) - ) - ) - -(if (file-exists-p (concat my-el-dir "/mercurial.el")) - (require 'mercurial) - ) - (if window-system (progn (custom-set-variables