Add split function
This commit is contained in:
parent
79bba05afe
commit
88961b0050
1 changed files with 3 additions and 0 deletions
|
@ -123,6 +123,9 @@
|
||||||
(dotimes (i (1- count-windows))
|
(dotimes (i (1- count-windows))
|
||||||
(split-window-below (- height)))))
|
(split-window-below (- height)))))
|
||||||
|
|
||||||
|
(defun mk/split ()
|
||||||
|
(mk/split-h3))
|
||||||
|
|
||||||
(defun mk/split-h3 ()
|
(defun mk/split-h3 ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(mk/split-windows-horizontal 3))
|
(mk/split-windows-horizontal 3))
|
||||||
|
|
Loading…
Add table
Reference in a new issue