.emacs-my
changeset 191 abe708ccf6e5
parent 190 f511a2b4694b
parent 184 29dc0658b75d
child 192 8b4811c64ec4
--- 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