dot/emacs: Add a keybinding for `mdw-set-frame-width'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 9 Mar 2018 00:16:06 +0000 (00:16 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 9 Mar 2018 00:16:54 +0000 (00:16 +0000)
dot/emacs

index 0b5784b..f7e8ec3 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
   (global-set-key [?\M-#] 'calc-dispatch)
   (global-set-key [?\C-x ?/] 'auto-fill-mode)
   (global-set-key [?\C-c ?w ?d] 'mdw-divvy-window)
+  (global-set-key [?\C-c ?w ?w] 'mdw-set-frame-width)
   (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)