--- 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")
--- 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