ui/workspace: minibuffer-message -> message

minibuffer-message adds 2 seconds to emacsclient calls that create new
workspaces.
This commit is contained in:
Henrik Lissner
2019-06-01 00:18:08 -04:00
parent 653bd99b77
commit e7c12b1bb6

View File

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