.emacs-my
changeset 171 2f2aae1d394c
parent 169 2a9203158bad
child 184 29dc0658b75d
--- a/.emacs-my	Mon Oct 05 23:02:19 2009 +0300
+++ b/.emacs-my	Mon Oct 05 23:08:41 2009 +0300
@@ -69,7 +69,7 @@
 ;; (desktop-read)
 
 ;; ======================================================================
-;; Standart settings
+;; standart/general settings
 
 (setq kill-whole-line t)
 
@@ -81,6 +81,8 @@
 
 (setq frame-title-format "Emacs - %b")
 
+(setq read-quoted-char-radix 16)
+
 ;; ----------------------------------------------------------------------
 ;; Switching, creating, selecting buffers.
 (iswitchb-mode 1)