feature/workspaces: don't pollute *Messages* with tabbar output

This commit is contained in:
Henrik Lissner 2018-02-02 04:25:39 -05:00
parent d1953e00c4
commit c319b606cd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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