chiark / gitweb /
dot/emacs, el/dot-emacs.el: Add new command for switching window configs.
[profile] / dot / emacs
index d661617a58e8b5f4e50081cda220f74d3678c2d9..396764633b3a4e807347d9eb1869a65cb65b963f 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
   (global-set-key [?\C-c ?w ?k] 'windmove-up)
   (global-set-key [?\C-c ?w ?l] 'windmove-right)
   (global-set-key [?\C-c ?w ?r] 'winner-redo)
+  (global-set-key [?\C-c ?w ?s] 'mdw-switch-window-configuration)
   (global-set-key [?\C-c ?w ?u] 'winner-undo)
   (global-set-key [?\C-c ?w ?w] 'mdw-set-frame-width)
   (global-set-key [?\C-c ?w up] 'windmove-up)