From: Mark Wooding Date: Mon, 4 Jan 2010 11:32:08 +0000 (+0000) Subject: dot/emacs: More `dired' hacking: tweak keymap. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/8cb828d52151d78192e48a6f538a10f562a12deb?hp=8cb828d52151d78192e48a6f538a10f562a12deb dot/emacs: More `dired' hacking: tweak keymap. In Emacs23, C-x C-q is already bound to a slightly different function. So don't fiddle if that key is already bound. Also, bind C-c C-s for making relative symlinks. (Could have used plain `r' but that seems weird.) ---