mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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."
|
"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))))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user