mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
feature/workspaces: don't pollute *Messages* with tabbar output
This commit is contained in:
@@ -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))))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user