feature/workspaces: don't pollute *Messages* with tabbar output
This commit is contained in:
parent
d1953e00c4
commit
c319b606cd
1 changed files with 2 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue