diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-01-03 16:54:06 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-01-03 16:54:06 -0500 |
commit | 31937e511ba3d11cfefda3839d8919962f867b6e (patch) | |
tree | c41ac4dfb81b205289ccaec758ef2493c7703d6d /init | |
parent | 88283b7deaf8067561b2dcd2a80b2e722a477eca (diff) | |
download | emacs.d-31937e511ba3d11cfefda3839d8919962f867b6e.tar.gz |
Rename function: km/{toggle,switch}-frame-split
It doesn't toggle frame split on and off. It switches
horizontal/vertical split.
Diffstat (limited to 'init')
-rw-r--r-- | init/km-func.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/km-func.el b/init/km-func.el index 90a4734..256f570 100644 --- a/init/km-func.el +++ b/init/km-func.el @@ -223,7 +223,7 @@ is non-nil, the region is copied with `x-select-text'." (fill-paragraph nil))) ;; http://www.emacswiki.org/emacs/ToggleWindowSplit -(defun km/toggle-frame-split () +(defun km/switch-frame-split () "If the frame is split vertically, split it horizontally or vice versa. Assumes that the frame is only split into two." (interactive) |