mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
ui/workspace: minibuffer-message -> message
minibuffer-message adds 2 seconds to emacsclient calls that create new workspaces.
This commit is contained in:
@ -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))))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user