diff options
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) |