ui/workspace: minibuffer-message -> message
minibuffer-message adds 2 seconds to emacsclient calls that create new workspaces.
This commit is contained in:
parent
653bd99b77
commit
e7c12b1bb6
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ the next."
|
||||||
"Display a list of workspaces (like tabs) in the echo area."
|
"Display a list of workspaces (like tabs) in the echo area."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let (message-log-max)
|
(let (message-log-max)
|
||||||
(minibuffer-message "%s" (+workspace--tabline))))
|
(message "%s" (+workspace--tabline))))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue