chiark / gitweb /
dot/emacs: Move `C-x w d' to `C-c w d'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 12 Jan 2016 12:52:04 +0000 (12:52 +0000)
committerMark Wooding <mwooding@good.com>
Tue, 22 Mar 2016 13:46:14 +0000 (13:46 +0000)
This was missed in d015d85... for some reason.

This makes room for `hi-lock-mode''s `C-x w ...' commands, which look
useful.  The other bindings aren't currently used (Emacs 23) but may be
in the future, so it seems like a good idea.

dot/emacs

index c0257de512bc0790df8279260b69801241e18b66..54072f1b0056bb8b95431eac8c14c157ef7e0fbd 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
   (global-set-key [?\C-x ?3] 'mdw-split-window-horizontally)
   (global-set-key [?\M-#] 'calc-dispatch)
   (global-set-key [?\C-x ?/] 'auto-fill-mode)
-  (global-set-key [?\C-x ?w ?d] 'mdw-divvy-window)
+  (global-set-key [?\C-c ?w ?d] 'mdw-divvy-window)
   (global-set-key [insertchar] 'overwrite-mode)
   (global-set-key [?\C-x ?\C-n] 'skel-create-file)
   (global-set-key [?\C-x ?4 ?n] 'skel-create-file-other-window)