feature/workspaces: display tab line in minibuffer

This prevents the tabline from being mirrored across all frames.
This commit is contained in:
Henrik Lissner 2018-01-28 20:30:41 -05:00
parent 83b04b4f14
commit 38c0a85155
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -437,7 +437,7 @@ the next."
(defun +workspace/display ()
"Display a list of workspaces (like tabs) in the echo area."
(interactive)
(message "%s" (+workspace--tabline)))
(minibuffer-message "%s" (+workspace--tabline)))
;;