Add transpose-windows defun

It exchanges the position of two windows. Works only if there are exactly two
windows open.
This commit is contained in:
2014-11-10 16:34:19 +01:00
parent 384bdce01c
commit a7f07baa28
2 changed files with 12 additions and 0 deletions

View File

@@ -67,6 +67,7 @@
(load "toggle-window-split.el")
(load "round-number-to-decimals.el")
(load "clearcase.el")
(load "transpose-windows.el")
(add-hook 'c-mode-hook 'helm-gtags-mode)
(add-hook 'c-mode-hook 'which-func-mode)