From: Mark Wooding Date: Sat, 17 Jan 2009 12:56:09 +0000 (+0000) Subject: emacs: Set C-q up to allow typing of character codes in hex. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/85dc07c72b3b95690b12096765e26d1c2f872d12 emacs: Set C-q up to allow typing of character codes in hex. The default is octal, which is almost useless nowadays. --- diff --git a/emacs b/emacs index ba1c902..40d4b0f 100644 --- a/emacs +++ b/emacs @@ -165,6 +165,7 @@ iswitchb-default-method 'samewindow) ;in other random frames (setq dired-deletion-confirmer ;Make deletion easier in dired (symbol-function 'y-or-n-p)) +(setq read-quoted-char-radix 16) ;C-q HEX-STUFF [RET] (setq dired-listing-switches "-alF") ;Do `ls -F' things in dired windows (setq wdired-allow-to-change-permissions t) (setq case-fold-file-names nil) ;Don't translate file names (grr...)