From: Mark Wooding Date: Fri, 9 Mar 2018 00:16:06 +0000 (+0000) Subject: dot/emacs: Add a keybinding for `mdw-set-frame-width'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/74ec7785958ee08eea45fcc4542de67f7fc0ab0f dot/emacs: Add a keybinding for `mdw-set-frame-width'. --- diff --git a/dot/emacs b/dot/emacs index 0b5784b..f7e8ec3 100644 --- a/dot/emacs +++ b/dot/emacs @@ -669,6 +669,7 @@ (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)