From 31937e511ba3d11cfefda3839d8919962f867b6e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 3 Jan 2014 16:54:06 -0500 Subject: Rename function: km/{toggle,switch}-frame-split It doesn't toggle frame split on and off. It switches horizontal/vertical split. --- init/km-func.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3