Refactor out more s.el dependency

This commit is contained in:
Henrik Lissner 2017-04-17 02:30:54 -04:00
parent 3162c98a11
commit dc9a7c9780
3 changed files with 5 additions and 5 deletions

View file

@ -133,7 +133,7 @@ but do not execute them."
flags))))
(if lines
(mapcar (lambda (it)
(let ((pane (s-split it ";")))
(let ((pane (split-string it ";")))
(list (nth 0 pane)
:window-id (nth 1 pane)
:session-id (nth 2 pane)