Call function

This commit is contained in:
Marcus Kammer 2020-08-10 19:40:11 +02:00
parent 4b0e0f10f4
commit 9ea8abfc93

View file

@ -40,3 +40,5 @@
(while (< count (1- count-windows))
(split-window-right (- 0 width))
(setq count (1+ count)))))
(me/split-windows-horizontal)